Problem helloworld
User 1SillyDE0lPhiN
Submission Time 2025-06-16 14:35:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:2: error: expected primary-expression before ‘}’ token
7 | }
| ^
helloworld.cpp:6:11: error: expected ‘;’ before ‘}’ token
6 | return 0,
| ^
| ;
7 | }
| ~