Problem exam
User Mpyl
Submission Time 2024-10-04 08:23:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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