Problem exam
User limzuwan
Submission Time 2023-06-02 21:04:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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