Problem timeexam
User yq
Submission Time 2026-06-25 21:05:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:16: error: expected ‘;’ before ‘}’ token
8 | cout<<"00"<<n
| ^
| ;
9 | }else if(n<600){
| ~
timeexam.cpp:10:30: error: expected ‘;’ before ‘}’ token
10 | cout<<(n-(n%60))/60<<(n%60)
| ^
| ;
11 | }
| ~