Problem timeexam
User ybc
Submission Time 2023-11-08 14:05:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:7:9: error: expected ‘;’ before ‘cout’
7 | N%=1440
| ^
| ;
8 | cout << N/=60 << N%=60
| ~~~~