#abc104a. [abc104_a]Rated for Me
[abc104_a]Rated for Me
Problem Statement
A programming competition site AtCode regularly holds programming contests.
The next contest on AtCode is called ABC, which is rated for contestants with ratings less than .
The contest after the ABC is called ARC, which is rated for contestants with ratings less than .
The contest after the ARC is called AGC, which is rated for all contestants.
Takahashi's rating on AtCode is . What is the next contest rated for him?
Constraints
- is an integer.
Input
Input is given from Standard Input in the following format:
Output
Print the name of the next contest rated for Takahashi (ABC
, ARC
or AGC
).
Sample Input 1
1199
Sample Output 1
ABC
is less than , so ABC will be rated.
Sample Input 2
1200
Sample Output 2
ARC
is not less than and ABC will be unrated, but it is less than and ARC will be rated.
Sample Input 3
4208
Sample Output 3
AGC