#abc148a. [abc148_a]Round One
[abc148_a]Round One
Problem Statement
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.
Constraints
- Each of the numbers and is , , or .
- and are different.
Input
Input is given from Standard Input in the following format:
Output
Print the correct choice.
Sample Input 1
3
1
Sample Output 1
2
When we know and are both wrong, the correct choice is .
Sample Input 2
1
2
Sample Output 2
3