Problem | exam |
---|---|
User | aj |
Submission Time | 2024-09-04 13:26:37 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | cout<<a*b
| ^
| ;
15 | }
| ~
exam.cpp:16:10: error: expected ‘;’ before ‘}’ token
16 | return 0
| ^
| ;
17 | }
| ~