Problem | helloworld |
---|---|
User | Sirum1008 |
Submission Time | 2023-11-08 09:48:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp:4:10: error: stray ‘\342’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:4:11: error: stray ‘\200’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:4:12: error: stray ‘\234’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:4:18: error: stray ‘\342’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:4:19: error: stray ‘\200’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:4:20: error: stray ‘\235’ in program
4 | cout << “Hallo”;
| ^
helloworld.cpp:2:2: error: ‘std’ does not name a type
2 | std;
| ^~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘cout’ was not declared in this scope; did you mean ‘std::cout’?
4 | cout << “Hallo”;
| ^~~~
| std::co