Problem exam
User Syw
Submission Time 2025-11-12 10:17:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | cout << a*b
| ^
| ;
14 | }
| ~