#abc217b. B - AtCoder Quiz
B - AtCoder Quiz
Score : points
问题描述
AtCoder 目前举办了四个系列的常规比赛:ABC、ARC、AGC 和 AHC。
除了 、 和 之外,AtCoder 目前还举办哪个系列的常规比赛?
以上为通义千问 qwen-max 翻译,仅供参考。
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
update @ 2024/3/10 09:36:29