| Problem | timeexam |
|---|---|
| User | GanJaeHan |
| Submission Time | 2026-02-10 14:07:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
timeexam.cpp: In function ‘int main()’:
timeexam.cpp:13:2: error: expected primary-expression before ‘return’
13 | return 0;
| ^~~~~~
timeexam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
timeexam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^