{"problem":{"name":"ABC/ARC","description":{"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. You are given Smeke's current ","description_type":"Markdown"},"platform":"AtCoder","limit":{"time_limit":2000,"memory_limit":262144},"difficulty":"None","is_remote":true,"is_sync":true,"sync_url":null,"sign":"abc053_a"},"statements":[{"statement_type":"Markdown","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.\n\n## Constraints\n\n*   $1 ≦ x ≦ 3{,}000$\n*   $x$ is an integer.\n\n## Input\n\nThe input is given from Standard Input in the following format:\n\n$x$\n\n[samples]","is_translate":false,"language":"English"}],"meta":{"iden":"abc053_a","tags":[],"sample_group":[["1000","ABC\n\nSmeke's current rating is less than $1200$, thus the output should be `ABC`."],["2000","ARC\n\nSmeke's current rating is not less than $1200$, thus the output should be `ARC`."]],"created_at":"2026-03-03 11:01:14"}}