Problem helloworld
User RandomPerson
Submission Time 2024-10-27 18:09:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:17: error: ‘potato’ is not a namespace-name
2 | using namespace potato
| ^~~~~~
helloworld.cpp:2:23: error: expected ‘;’ before ‘int’
2 | using namespace potato
| ^
| ;
3 | int main(){if("potato" == "potato") potato::cout << "Hello World";}
| ~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:37: error: ‘potato’ has not been declared
3 | int main(){if("potato" == "potato") potato::cout << "Hello World";}
| ^~~~~~