Three numbers a, b, c are fed to the input of the program, two of them are the same
Output the number that has no pair, i.e. the only number that does not repeat
Three numbers a, b, c are fed to the input of the program, two of them are the same
Output the number that has no pair, i.e. the only number that does not repeat
Sample Input 1:
8 8 11Sample Output 1:
11Create a free account to access the full topic