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