Problem timeexam
User G92
Submission Time 2024-02-09 19:57:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:15:10: error: expected ‘;’ before ‘}’ token
15 | cout<<y
| ^
| ;
16 | }
| ~
timeexam.cpp:23:9: error: ‘m’ was not declared in this scope
23 | cout<<m;
| ^