Problem orz
User sporknives
Submission Time 2024-12-31 11:05:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

orz.cpp: In function ‘int main()’:
orz.cpp:9:33: error: expected ‘;’ before ‘return’
9 | if (n==4) cout<<"nobody orz"
| ^
| ;
10 | return 0;
| ~~~~~~