{"raw_statement":[{"iden":"problem statement","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."},{"iden":"constraints","content":"*   $S$ is `Y` or `N`.\n*   $T$ is `a`, `b`, or `c`."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$S$\n$T$"},{"iden":"sample input 1","content":"Y\na"},{"iden":"sample output 1","content":"A\n\nSince $S$ is `Y`, we should print $T$ - which is `a` - uppercased, that is, `A`."},{"iden":"sample input 2","content":"N\nb"},{"iden":"sample output 2","content":"b\n\nSince $S$ is `Y`, we should print $T$ - which is `b` - as it is."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}