{"raw_statement":[{"iden":"problem statement","content":"You are given a string $S$ consisting of lowercase English letters.\nUppercase each character of $S$ and print the resulting string $T$."},{"iden":"constraints","content":"*   $S$ is a string consisting of lowercase English letters whose length is between $1$ 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":"ABC\n\nUppercase each character of `abc`, and you have `ABC`."},{"iden":"sample input 2","content":"a"},{"iden":"sample output 2","content":"A"},{"iden":"sample input 3","content":"abcdefghjiklnmoqprstvuwxyz"},{"iden":"sample output 3","content":"ABCDEFGHJIKLNMOQPRSTVUWXYZ"}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}