Problem helloworld
User bsayshello
Submission Time 2024-06-24 14:02:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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