{"problem":{"name":"分离整数的各个数","description":{"content":"给定一个整数 $n$，要求从个位开始分离出它的每一位数字。从个位开始按照从低位到高位的顺序依次输出每一位数字。","description_type":"Markdown"},"platform":"Luogu","limit":{"time_limit":1000,"memory_limit":524288},"difficulty":{"LuoguStyle":"P1"},"is_remote":true,"is_sync":true,"sync_url":null,"sign":"LGB2152"},"statements":[{"statement_type":"Markdown","content":"给定一个整数 $n$，要求从个位开始分离出它的每一位数字。从个位开始按照从低位到高位的顺序依次输出每一位数字。\n\n## Input\n\n输入一个整数 $n$ （$1 \\le n \\le 100\\,000\\,000$）。\n\n## Output\n\n从个位开始按照从低位到高位的顺序依次输出每一位数字。数字之间以一个空格分开。\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"LGB2152","tags":["循环结构"],"sample_group":[["123","3 2 1"]],"created_at":"2026-03-03 11:09:25"}}