Problem exam
User Kikuri
Submission Time 2025-03-21 21:18:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:30: error: expected ‘;’ before ‘}’ token
8 | cout << "Hello world"
| ^
| ;
9 | } else {
| ~
exam.cpp:12:13: error: expected ‘;’ before ‘a’
12 | cout a*b;
| ^~
| ;