Problem helloworld
User Ryuichi12
Submission Time 2025-11-12 10:05:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int main {
| ~~~
helloworld.cpp:4:5: error: cannot declare ‘::main’ to be a global variable
4 | int main {
| ^~~~
helloworld.cpp:6:6: error: invalid user-defined conversion from ‘std::basic_ostream<char>’ to ‘int’ [-fpermissive]
6 | cout << "Hello World"
| ~~~~~^~~~~~~~~~~~~~~~
In file included from /usr/include/c++/9/ios:44,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from helloworld.cpp:1:
/usr/include/c++/9/bits/basic_ios.h:117:16: note: candidate is: ‘st