Problem greeting
User Pavan1000
Submission Time 2023-05-10 16:42:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:43: error: expected ‘}’ at end of input
6 | cout<< S << " ni hao, xin nian kuai le!";
| ^
greeting.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^