Problem helloworld
User kailaaaan08
Submission Time 2024-06-24 14:05:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:5:14: error: stray ‘\’ in program
5 | cout << World\n";
| ^
helloworld.cpp:5:16: error: missing terminating " character
5 | cout << World\n";
| ^~
helloworld.cpp:3:21: error: cannot declare ‘::main’ to be a global variable
3 | int main (HelloWorld) {
| ^
helloworld.cpp:3:11: error: ‘HelloWorld’ was not declared in this scope
3 | int main (HelloWorld) {
| ^~~~~~~~~~