Problem | timeexam |
---|---|
User | Slayer555 |
Submission Time | 2023-12-11 22:03:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:37:4: error: ‘else’ without a previous ‘if’
37 | else {
| ^~~~
timeexam.cpp:38:13: error: ‘T’ was not declared in this scope
38 | cout << T << R;
| ^
timeexam.cpp:38:18: 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 | }
| ^