Problem | helloworld |
---|---|
User | WuYanni |
Submission Time | 2024-06-24 13:59:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:5:13: error: stray ‘\’ in program
5 | cout<<World\n";
| ^
helloworld.cpp:5:15: error: missing terminating " character
5 | cout<<World\n";
| ^~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:8: error: ‘World’ was not declared in this scope
5 | cout<<World\n";
| ^~~~~