Problem timeexam
User Slayer555
Submission Time 2023-12-11 22:02:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:31:15: error: expected ‘;’ before ‘}’ token
31 | N = T / 24
| ^
| ;
32 | }
| ~
timeexam.cpp:35:4: error: ‘else’ without a previous ‘if’
35 | else {
| ^~~~
timeexam.cpp:36:13: error: ‘T’ was not declared in this scope
36 | cout << T << R;
| ^
timeexam.cpp:36:18: error: ‘R’ was not declared in this scope
36 | cout << T << R;
| ^
timeexam.cpp: At global scope:
timeexam.cpp:40:5: error: expected unqualified-id before ‘return’
40 | return 0;
| ^~~~~~
timeexam.cpp:41:1: error: expected declaration before ‘}’ token
41 | }
| ^