#include #define int long long using namespace std; signed main(){ int A,B,C; cin>>A>>B>>C; puts(A+B==C?"Correct":"Incorrect"); }