| Problem | helloworld |
|---|---|
| User | luminar13s |
| Submission Time | 2026-04-17 12:57:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:40: error: stray ‘\’ in program
4 | std::cout << "Hello World" << std::\n;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:41: error: ‘n’ is not a member of ‘std’
4 | std::cout << "Hello World" << std::\n;
| ^