{"problem":{"name":"Spread","description":{"content":"You are given a string $S$ consisting of uppercase English letters. Separate each character of $S$ with a space and print them one by one in order.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc329_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$ consisting of uppercase English letters. Separate each character of $S$ with a space and print them one by one in order.\n\n## Constraints\n\n*   $S$ is a string consisting of uppercase English letters with a length between $2$ and $100$, inclusive.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$S$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc329_a","tags":[],"sample_group":[["ABC","A B C\n\nSeparate `A`, `B`, and `C` with spaces and print them one by one.\nThere is no need to print a space after `C`."],["ZZZZZZZ","Z Z Z Z Z Z Z"],["OOXXOO","O O X X O O"]],"created_at":"2026-03-03 11:01:14"}}