Problem1677--用天平找小球

1677: 用天平找小球

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1098  Solved: 837
[Submit] [Status] [Web Board] [Creator:]

Description

三个球A、B、C,大小形状相同且其中有一个球与其他球重量不同。要求找出这个不一样的球。

Input

输入在一行中给出3个正整数,顺序对应球A、B、C的重量

Output

在一行中输出唯一的那个不一样的球。

Sample Input Copy

1 1 2

Sample Output Copy

C

Source/Category

29