四舍五入的二位小数

学生基本信息输入输出

https://www.nowcoder.com/practice/58b6a69b4bf943b49d2cd3c15770b9fd?tpId=107&&tqId=33292&rp=1&ru=/ta/beginner-programmers&qru=/ta/beginner-programmers/question-ranking

#include<stdio.h>

int main() { long int n;

float a=0; float b=0; float c=0; scanf("%ld;%f,%f,%f",&n,&a,&b,&c); if(n>=1&&n<=20000000) printf("The each subject score of No. %ld is %.2f, %.2f, %.2f.",n,a,b,c);

return 0;

}

再打印输出保留两位小数时,若使用cout或cin会困难,建议使用scanf和printf(配套使用)

全部评论

相关推荐

1 收藏 评论
分享
牛客网
牛客企业服务