Problem helloworld
User suzienguyen
Submission Time 2026-05-27 10:15:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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