Problem helloworld
User zixin
Submission Time 2023-11-10 09:29:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:10: error: expected ‘;’ at end of input
3 | return 0
| ~^
| ;
helloworld.cpp:3:9: error: expected ‘}’ at end of input
3 | return 0
| ^
helloworld.cpp:1:11: note: to match this ‘{’
1 | int main(){;
| ^