Problem helloworld
User Pushkaltoocool
Submission Time 2023-04-28 21:27:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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