Problem helloworld
User Ananya5972
Submission Time 2024-06-24 14:04:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:9: error: stray ‘\342’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp:3:10: error: stray ‘\200’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp:3:11: error: stray ‘\234’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp:3:22: error: stray ‘\342’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp:3:23: error: stray ‘\200’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp:3:24: error: stray ‘\235’ in program
3 | cout << “Helloworld”;
| ^
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:1: error: ‘cout’ was not declared in this scope
3 | cout << “Helloworld”;
| ^~~~
helloworld.cpp:3:12: error: ‘Helloworld’ was not declared in this scope
3 | cout << “