func main(a, b, c i64) i64 { return b xor ((a xor b) xor (b xor c) xor b) }