Problem timeexam
User asbx
Submission Time 2023-11-16 18:34:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:21:9: error: expected ‘;’ before ‘if’
21 | cout<<y
| ^
| ;
22 | if(m==0){
| ~~