Problem helloworld
User Elaine
Submission Time 2023-02-11 20:45:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:5: error: cannot declare ‘::main’ to be a global variable
2 | int main{
| ^~~~
helloworld.cpp:3:29: error: expected ‘}’ before ‘;’ token
3 | std::cout << "Hello World!";
| ^
helloworld.cpp:2:9: note: to match this ‘{’
2 | int main{
| ^
helloworld.cpp:3:12: error: invalid user-defined conversion from ‘std::basic_ostream<char>’ to ‘int’ [-fpermissive]
3 | std::cout << "Hello World!";
| ~~~~~~~~~~^~~~~~~~~~~~~~~~~
In file included from /usr/include/c++/9/ios:44,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from helloworld.cpp:1:
/usr/include/c++/9/bits/basic_ios.h:117:16: note: candidate is: ‘std::basic_ios<_CharT, _Traits>::operator bool() const [with _CharT = char; _Traits = std::char_traits<char>]’ <near match>
117 |