#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 S1S_1, S2S_2, and S3S_3?

Constraints

  • Each of S1S_1, S2S_2, and S3S_3 is ABC, ARC, AGC, or AHC.
  • S1S_1, S2S_2, and S3S_3 are pairwise different.

Input

Input is given from Standard Input in the following format:

S1S_1 S2S_2 S3S_3

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