Owl Get a Life
greeting.cpp: In function ‘int main()’:greeting.cpp:7:44: error: expected ‘;’ before ‘}’ token 7 | cout << name + "ni hao, xin nian kuai le!" | ^ | ; 8 | } | ~