Problem exam
User YongXin
Submission Time 2023-06-01 19:01:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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