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