Problem | exam |
---|---|
User | CookieCoder |
Submission Time | 2024-10-23 15:13:14 |
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:16:16: error: expected ‘;’ before ‘}’ token
16 | cout << A * B
| ^
| ;
17 | }
| ~
exam.cpp:17:2: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:6:1: note: to match this ‘{’
6 | {
| ^