#D5756. ABC/ARC

    ID: 4781 Type: Default 2000ms 268MiB

ABC/ARC

ABC/ARC

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 rating, x. Print ABC if Smeke will participate in ABC, and print ARC otherwise.

Constraints

  • 1 ≦ x ≦ 3{,}000
  • x is an integer.

Input

The input is given from Standard Input in the following format:

x

Output

Print the answer.

Examples

Input

1000

Output

ABC

Input

2000

Output

ARC

inputFormat

Input

The input is given from Standard Input in the following format:

x

outputFormat

Output

Print the answer.

Examples

Input

1000

Output

ABC

Input

2000

Output

ARC

样例

1000
ABC