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