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

Compile Error

helloworld.cpp:1:8: error: stray ‘#’ in program
1 | potato #include <bits/stdc++.h>
| ^
helloworld.cpp:1:1: error: ‘potato’ does not name a type
1 | potato #include <bits/stdc++.h>
| ^~~~~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:37: error: ‘cout’ was not declared in this scope
3 | int main(){if("potato" == "potato"){cout << "Hello World";}}
| ^~~~