Problem timeexam
User AvMLim
Submission Time 2025-06-16 20:53:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:9:26: error: expected ‘;’ before string constant
9 | else if ((n/60)<10) cout "0" << (n/60);
| ^~~~
| ;
timeexam.cpp:12:26: error: expected ‘;’ before string constant
12 | else if ((n%60)<10) cout "0" << (n%60);
| ^~~~
| ;