A, B, C = map(int, input().split()) assert(1 <= A and A <= 2000) assert(1 <= B and B <= 2000) assert(1 <= C and C <= 2000)