Problem timeexam
User ninaa
Submission Time 2026-07-27 12:18:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:8:9: error: lvalue required as left operand of assignment
8 | a%1440=b;
| ^
timeexam.cpp:9:7: error: lvalue required as left operand of assignment
9 | b%60=c;
| ^
timeexam.cpp:10:11: error: lvalue required as left operand of assignment
10 | (b-c)/60=d;
| ^