#ABC148A. Round One
Round One
题目描述
Takahashi is solving quizzes. He has easily solved all but the last one.
The last quiz has three choices: , , and .
With his supernatural power, Takahashi has found out that the choices and are both wrong.
Print the correct choice for this problem.
高桥正在做测验。除了最后一个,他已经轻松地解决了所有问题。
最后一道问答题有三个选项: 、 和 。
高桥用他的特异功能发现 和 都是错误的。
请打印出这道题的正确选项。
输入格式
输入内容按以下格式标准输入:
输出格式
打印正确的选择。
样例 #1
样例输入 #1
3
1
样例输出 #1
2
样例 #2
样例输入 #2
1
2
样例输出 #2
3
说明
数据规模与约定
- 每个数字 和 都是 、 或 。
- 和 是不同的。
样例 解释
当我们知道 和 都是错误的时候,正确的选择是 。