{"problem":{"name":"Keyboard","description":{"content":"Given are a character $S$, which is `Y` or `N`, and another character $T$, which is `A`, `B`, or `C`. If $S$ is `Y`, print $T$ uppercased. If $S$ is `N`, print $T$ as it is.","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"hhkb2020_a"},"statements":[{"statement_type":"Markdown","content":"Given are a character $S$, which is `Y` or `N`, and another character $T$, which is `A`, `B`, or `C`.\nIf $S$ is `Y`, print $T$ uppercased.\nIf $S$ is `N`, print $T$ as it is.\n\n## Constraints\n\n*   $S$ is `Y` or `N`.\n*   $T$ is `a`, `b`, or `c`.\n\n## Input\n\nInput is given from Standard Input in the following format:\n\n$S$\n$T$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"hhkb2020_a","tags":[],"sample_group":[["Y\na","A\n\nSince $S$ is `Y`, we should print $T$ - which is `a` - uppercased, that is, `A`."],["N\nb","b\n\nSince $S$ is `Y`, we should print $T$ - which is `b` - as it is."]],"created_at":"2026-03-03 11:01:14"}}