Run id: 95118
Main.cc:1:2: error: invalid preprocessing directive #intlude
#intlude
^
Main.cc: In function 'int main()':
Main.cc:6:2: error: 'cin' was not declared in this scope
cin >> n;
^
Main.cc:20:4: error: 'cout' was not declared in this scope
cout << "Corrupt";
^
Main.cc:23:8: warning: statement has no effect [-Wunused-value]
sum == 0;
^
Main.cc:33:4: error: 'cout' was not declared in this scope
cout << "Corrupt";
^
Main.cc:36:8: warning: statement has no effect [-Wunused-value]
sum == 0;
^
Main.cc:39:2: error: 'cout' was not declared in this scope
cout << "OK";
^