| Problem | helloworld |
|---|---|
| User | ma |
| Submission Time | 2026-02-28 11:19:03 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:7: error: missing terminating " character
4 | cout<<"Hello World';
| ^~~~~~~~~~~~~~
helloworld.cpp: In function βint main()β:
helloworld.cpp:5:1: error: expected primary-expression before β}β token
5 | }
| ^