Problem exam
User UglyFish1101
Submission Time 2025-05-17 10:45:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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