| Problem | helloworld |
|---|---|
| User | Hutayo |
| Submission Time | 2025-06-18 16:52:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:8:10: error: missing terminating " character
8 | cout >> "Hello World
| ^~~~~~~~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:11:1: error: expected primary-expression before ‘return’
11 | return 0;
| ^~~~~~