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

Compile Error

helloworld.cpp:3:12: error: initializer provided for function
3 | int main ()(
| ^
helloworld.cpp:5:2: error: expected unqualified-id before ‘return’
5 | return 0;
| ^~~~~~
helloworld.cpp:6:1: error: expected declaration before ‘}’ token
6 | }
| ^