Problem helloworld
User Runjia
Submission Time 2025-02-08 10:07:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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