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