Problem helloworld
User gelov
Submission Time 2024-07-30 12:49:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:1: error: expected primary-expression before ‘)’ token
9 | )
| ^
helloworld.cpp:9:1: error: expected ‘}’ at end of input
helloworld.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^