四舍五入怎么做
printf("%.0f",1.1);
记得加头文件#include<cstdio>
嗯
记得加冒号
保留n位小数
printf("%.nf",int(n*10^n+0.5)/10.0^n);