| Problem | timeexam |
|---|---|
| User | j48495734 |
| Submission Time | 2026-04-09 22:00:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int32_t main()’:
timeexam.cpp:16:2: error: expected ‘}’ before ‘else’
16 | else {
| ^~~~
timeexam.cpp:10:10: note: to match this ‘{’
10 | if (b>9){
| ^
timeexam.cpp: At global scope:
timeexam.cpp:24:2: error: expected unqualified-id before ‘return’
24 | return 0;
| ^~~~~~
timeexam.cpp:25:1: error: expected declaration before ‘}’ token
25 | }
| ^