{"raw_statement":[{"iden":"problem statement","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."},{"iden":"constraints","content":"*   $S$ is a string consisting of uppercase English letters with a length between $2$ and $100$, inclusive."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$S$"},{"iden":"sample input 1","content":"ABC"},{"iden":"sample output 1","content":"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`."},{"iden":"sample input 2","content":"ZZZZZZZ"},{"iden":"sample output 2","content":"Z Z Z Z Z Z Z"},{"iden":"sample input 3","content":"OOXXOO"},{"iden":"sample output 3","content":"O O X X O O"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}