Problem greeting
User o0oNotGXYo0o
Submission Time 2024-03-22 17:13:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:47: error: expected ‘;’ before ‘}’ token
6 | cout << name << " ni hao, xin nian kuai le!"
| ^
| ;
7 | }
| ~