{"raw_statement":[{"iden":"problem statement","content":"Smeke has decided to participate in AtCoder Beginner Contest (ABC) if his current rating is less than $1200$, and participate in AtCoder Regular Contest (ARC) otherwise.\nYou are given Smeke's current rating, $x$. Print `ABC` if Smeke will participate in ABC, and print `ARC` otherwise."},{"iden":"constraints","content":"*   $1 ≦ x ≦ 3{,}000$\n*   $x$ is an integer."},{"iden":"input","content":"The input is given from Standard Input in the following format:\n\n$x$"},{"iden":"sample input 1","content":"1000"},{"iden":"sample output 1","content":"ABC\n\nSmeke's current rating is less than $1200$, thus the output should be `ABC`."},{"iden":"sample input 2","content":"2000"},{"iden":"sample output 2","content":"ARC\n\nSmeke's current rating is not less than $1200$, thus the output should be `ARC`."}],"translated_statement":null,"sample_group":[],"show_order":["default"],"formal_statement":null,"simple_statement":null,"has_page_source":true}