Problem helloworld
User Sarah285
Submission Time 2024-06-24 14:03:07
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:11: note: to match this ‘{’
4 | int main(){
| ^