Problem | timeexam |
---|---|
User | Slayer555 |
Submission Time | 2023-12-11 21:29:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:11:17: error: lvalue required as left operand of assignment
11 | if ( N % 60 = 0) {
| ^
timeexam.cpp:15:22: error: expected ‘;’ before ‘}’ token
15 | cout << Y << "00"
| ^
| ;
16 | }
| ~
timeexam.cpp:27:19: error: expected ‘;’ before ‘}’ token
27 | cout << U << R
| ^
| ;
28 | }
| ~
timeexam.cpp:30:19: error: expected ‘;’ before ‘}’ token
30 | cout << T << R
| ^
| ;
31 | }
| ~
timeexam.cpp: At global scope:
timeexam.cpp:35:5: error: expected unqualified-id before ‘return’
35 | return 0;
| ^~~~~~
timeexam.cpp:36:1: err