Problem | exam |
---|---|
User | Ignatius |
Submission Time | 2025-02-17 18:04:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:22: error: expected ‘;’ before ‘}’ token
9 | cout<<"Hello World"
| ^
| ;
10 | }
| ~
exam.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | cout<< a * b
| ^
| ;
13 | }
| ~