Problem timeexam
User NoynYT
Submission Time 2023-05-11 16:45:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:21:17: error: expected ‘;’ before ‘}’ token
21 | str += time%60
| ^
| ;
22 | } else {
| ~