Problem helloworld
User o0oNotGXYo0o
Submission Time 2023-02-10 15:12:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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