{"problem":{"name":"CAPS LOCK","description":{"content":"You are given a string $S$ consisting of lowercase English letters. Uppercase each character of $S$ and print the resulting string $T$.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc292_a"},"statements":[{"statement_type":"Markdown","content":"You are given a string $S$ consisting of lowercase English letters.\nUppercase each character of $S$ and print the resulting string $T$.\n\n## Constraints\n\n*   $S$ is a string consisting of lowercase English letters whose length is between $1$ 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":"abc292_a","tags":[],"sample_group":[["abc","ABC\n\nUppercase each character of `abc`, and you have `ABC`."],["a","A"],["abcdefghjiklnmoqprstvuwxyz","ABCDEFGHJIKLNMOQPRSTVUWXYZ"]],"created_at":"2026-03-03 11:01:14"}}