Problem helloworld
User Ok
Submission Time 2023-06-08 17:47:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:5: error: expected constructor, destructor, or type conversion before ‘(’ token
1 | main(printf("hello world!");)
| ^
helloworld.cpp:1:29: error: expected unqualified-id before ‘)’ token
1 | main(printf("hello world!");)
| ^