Problem helloworld
User ys
Submission Time 2025-03-15 14:36:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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