Problem | exam |
---|---|
User | Anonymous35V |
Submission Time | 2023-11-08 14:13:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:12:23: error: expected ‘;’ before ‘}’ token
12 | cout << "Hello World"
| ^
| ;
13 | }
| ~