| Problem | helloworld |
|---|---|
| User | Shawntan |
| Submission Time | 2026-06-22 16:51:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:6:10: error: missing terminating " character
6 | cout << "Hello World;
| ^~~~~~~~~~~~~
helloworld.cpp: In function βint main()β:
helloworld.cpp:7:1: error: expected primary-expression before β}β token
7 | }
| ^