Problem helloworld
User Nathan
Submission Time 2024-04-05 13:49:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:3:9: error: ISO C++ forbids declaration of ‘intmain’ with no type [-fpermissive]
3 | intmain(){print:hello world
| ^
helloworld.cpp: In function ‘int intmain()’:
helloworld.cpp:3:17: error: ‘hello’ was not declared in this scope; did you mean ‘ftello’?
3 | intmain(){print:hello world
| ^~~~~
| ftello