#abc217b. [abc217_b]AtCoder Quiz
[abc217_b]AtCoder Quiz
Problem Statement
AtCoder currently holds four series of regular contests: ABC
, ARC
, AGC
, and AHC
.
What is the series of regular contests currently held by AtCoder in addition to , , and ?
Constraints
- Each of , , and is
ABC
,ARC
,AGC
, orAHC
. - , , and are pairwise different.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
Sample Input 1
ARC
AGC
AHC
Sample Output 1
ABC
Given in input are ARC
, AGC
, and AHC
. The rest is ABC
.
Sample Input 2
AGC
ABC
ARC
Sample Output 2
AHC