#include #include using namespace std; int main(void){ int a,b,c; cin>>a>>b>>c; if(a+b==c){ cout<<"Correct"<