Problem exam
User Leeyee
Submission Time 2025-08-04 16:34:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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