运行 ID: 19907

Main.cc: In function ‘int main()’:
Main.cc:17:2: error: ‘sleep’ was not declared in this scope
  sleep(750);
  ^~~~~
Main.cc:17:2: note: suggested alternative: ‘strsep’
  sleep(750);
  ^~~~~
  strsep