Problem helloworld
User xiaopiget
Submission Time 2024-06-07 21:19:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:10: error: expected ‘;’ before ‘}’ token
7 | return 0
| ^
| ;
8 | }
| ~