Problem helloworld
User gOrDoN
Submission Time 2026-03-11 17:32:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:18:8: error: expected ‘;’ before ‘}’ token
18 | e = f
| ^
| ;
19 | }
| ~
helloworld.cpp:21:10: error: expected ‘;’ before ‘}’ token
21 | a = b+c
| ^
| ;
22 | }
| ~