Problem helloworld
User anamitra123
Submission Time 2024-06-24 13:59:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:1: error: declaration does not declare anything [-fpermissive]
1 | int;main;(hello)
| ^~~
helloworld.cpp:1:5: error: ‘main’ does not name a type
1 | int;main;(hello)
| ^~~~
helloworld.cpp:1:16: error: expected constructor, destructor, or type conversion at end of input
1 | int;main;(hello)
| ^