| Problem | helloworld |
|---|---|
| User | abc25 |
| Submission Time | 2025-11-12 10:19:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:29: error: missing terminating " character
4 | cout << "\Hello" << ' ' << "World\";
| ^~~~~~~~~
helloworld.cpp: In function βint main()β:
helloworld.cpp:5:2: error: expected primary-expression before β}β token
5 | }
| ^