| Problem | helloworld |
|---|---|
| User | PrunJuice |
| Submission Time | 2026-07-15 10:51:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
1 | #include iostream
| ^~~~~~~~
helloworld.cpp:3:1: error: ‘cout’ does not name a type
3 | cout<<Hello World<<endl;
| ^~~~