double avg = sum / 13;
cout.setf(ios::fixed);
cout.precision(4);
cout << "$" << sum / 12 << endl;

相关文章:

  • 2021-06-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-04
猜你喜欢
  • 2021-09-23
  • 2021-04-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
  • 2021-08-17
相关资源
相似解决方案