| Problem | timeexam |
|---|---|
| User | ninaa |
| Submission Time | 2026-07-27 12:18:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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;
| ^