Problem1143--用天平找小球

1143: 用天平找小球

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

Description

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

Input

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

Output

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

Sample Input Copy

1 1 2

Sample Output Copy

C

Source/Category