Problem timeexam
User Slayer555
Submission Time 2023-12-11 21:30:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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: At global scope:
timeexam.cpp:35:5: error: expected unqualified-id before ‘return’
35 | return 0;
| ^~~~~~
timeexam.cpp:36:1: error: expected declaration before ‘}’ token
36 | }
| ^