运行 ID: 46470

Main.cc: In function ‘int qiuhe(int)’:
Main.cc:5:2: error: expected ‘,’ or ‘;’ before ‘if’
  if(n<10) return n;
  ^~