Problem | exam |
---|---|
User | StarSparrowFox |
Submission Time | 2024-01-23 20:06:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:11:24: error: expected ‘;’ before ‘endl’
11 | cout << "Hello World" endl;
| ^~~~~
| ;
exam.cpp:19:13: error: expected ‘;’ before ‘}’ token
19 | cout << ""
| ^
| ;
20 | }
| ~
exam.cpp:22:10: error: expected ‘;’ before ‘}’ token
22 | return 0
| ^
| ;
23 | }
| ~