运行 ID: 29150

Main.cc: In function ‘int main()’:
Main.cc:5:6: error: expected ‘;’ before string constant
  cout"Hello,world!"
      ^~~~~~~~~~~~~~
Main.cc:5:6: warning: statement has no effect [-Wunused-value]