| Problem | helloworld |
|---|---|
| User | Val123 |
| Submission Time | 2024-01-29 16:01:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:1: error: expected initializer before string constant
4 | "Hello World";
| ^~~~~~~~~~~~~
helloworld.cpp:5:1: error: expected unqualified-id before ‘return’
5 | return 0;
| ^~~~~~