Problem helloworld
User FIips
Submission Time 2025-01-12 12:15:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:11:1: error: expected primary-expression before ‘}’ token
11 | }
| ^
helloworld.cpp:10:8: error: expected ‘;’ before ‘}’ token
10 | return
| ^
| ;
11 | }
| ~