Problem greeting
User tomatofrog0w0
Submission Time 2023-11-09 10:04:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp:8:43: error: stray ‘\’ in program
8 | cout << name << ni hao, xin nian kuai le!\n;
| ^
greeting.cpp: In function ‘int main()’:
greeting.cpp:8:18: error: ‘ni’ was not declared in this scope
8 | cout << name << ni hao, xin nian kuai le!\n;
| ^~