Problem timeexam
User BoneMeBurner
Submission Time 2024-07-31 20:08:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:19:17: error: expected ‘;’ before ‘}’ token
19 | cout << minutes
| ^
| ;
20 | }
| ~