专注战斗机

文章
3
资源
0
加入时间
3年0月20天

cout输出精度控制

#include <iostream> #include <cmath> #include <iomanip>//setprecision(n)控制输出的有效数字位数 using namespace std; float fun(int s,int t)...