Problem | exam |
---|---|
User | loafie |
Submission Time | 2025-04-07 22:31:32 |
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 ‘}’ token
11 | cout << "Hello World"
| ^
| ;
12 | } else {
| ~
exam.cpp:14:16: error: expected ‘;’ before ‘}’ token
14 | cout << q * r
| ^
| ;
15 | }
| ~