运行 ID: 24679

Main.cc: In function ‘int main()’:
Main.cc:13:19: error: ‘setprecision’ was not declared in this scope
  cout << fixed << setprecision(2) << aver;
                   ^~~~~~~~~~~~