#include //#include using namespace std; //using namespace atcoder; int main(){ int A,B,C; cin>>A>>B>>C; if(A+B==C) cout<<"Correct"<