printf("%.3lf",x);//需要库cout<//需要库和以及namespace std//以上都是输出double x四舍五入到小数点后3位
#include iomanip然后用setprecision()