{"raw_statement":[{"iden":"problem statement","content":"An uppercase or lowercase English letter $\\alpha$ will be given as input. If $\\alpha$ is uppercase, print `A`; if it is lowercase, print `a`."},{"iden":"constraints","content":"*   $\\alpha$ is an uppercase (`A` - `Z`) or lowercase (`a` - `z`) English letter."},{"iden":"input","content":"Input is given from Standard Input in the following format:\n\n$α$"},{"iden":"sample input 1","content":"B"},{"iden":"sample output 1","content":"A\n\n`B` is uppercase, so we should print `A`."},{"iden":"sample input 2","content":"a"},{"iden":"sample output 2","content":"a\n\n`a` is lowercase, so we should print `a`."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}