Problem | helloworld |
---|---|
User | Xavier |
Submission Time | 2025-06-16 13:49:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:2:9: error: stray ‘\342’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp:2:10: error: stray ‘\200’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp:2:11: error: stray ‘\234’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp:2:24: error: stray ‘\342’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp:2:25: error: stray ‘\200’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp:2:26: error: stray ‘\235’ in program
2 | cout << “Hello World!”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:2:1: error: ‘cout’ was not declared in this scope
2 | cout << “Hello World!”;
| ^~~~
helloworld.cpp:2:12: error: ‘Hello’ was not declared in this scope
2 |