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