Problem | exam |
---|---|
User | siqideng09 |
Submission Time | 2023-11-08 09:51:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:19:30: error: expected ‘;’ before ‘}’ token
19 | cout << "Hello World"
| ^
| ;
20 | }
| ~