| Problem | helloworld |
|---|---|
| User | 1SillyDE0lPhiN |
| Submission Time | 2025-06-16 14:35:41 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:2: error: expected primary-expression before ‘}’ token
7 | }
| ^
helloworld.cpp:6:11: error: expected ‘;’ before ‘}’ token
6 | return 0,
| ^
| ;
7 | }
| ~