#abc170a. [abc170_a]Five Variables
[abc170_a]Five Variables
Problem Statement
We have five variables and .
The variable was initially assigned a value of .
Snuke chose one of these variables and assigned it .
You are given the values of the five variables after this assignment.
Find out which variable Snuke assigned .
Constraints
- The values of and given as input are a possible outcome of the assignment by Snuke.
Input
Input is given from Standard Input in the following format:
Output
If the variable Snuke assigned was , print the integer .
Sample Input 1
0 2 3 4 5
Sample Output 1
1
In this case, Snuke assigned to , so we should print .
Sample Input 2
1 2 0 4 5
Sample Output 2
3