Problem helloworld
User boomphcoding
Submission Time 2025-06-30 15:38:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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