a, b, c = map(int, inpupt().split) if a+b == c: print("Correct") else: print("Incorrect")