Problem greeting
User zsinfo2010
Submission Time 2023-07-28 20:57:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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