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

Compile Error

timeexam.cpp: In function ‘int main()’:
timeexam.cpp:37:3: error: ‘else’ without a previous ‘if’
37 | else {
| ^~~~
timeexam.cpp:38:12: error: ‘T’ was not declared in this scope
38 | cout << T << R;
| ^
timeexam.cpp:38:17: error: ‘R’ was not declared in this scope
38 | cout << T << R;
| ^
timeexam.cpp: At global scope:
timeexam.cpp:42:5: error: expected unqualified-id before ‘return’
42 | return 0;
| ^~~~~~
timeexam.cpp:43:1: error: expected declaration before ‘}’ token
43 | }
| ^