题目:http://acm.hdu.edu.cn/showproblem.php?pid=1064
太水了。。。简直可以说是尽次于A+B的水题了。。。
我都不知道如果我WA了我会多丢脸。。。
#include<cstdio> int main() { double sum = 0, m; while (scanf("%lf", &m) != EOF) sum += m; printf("$%.2f\n", sum/12); return 0; }
题目:http://acm.hdu.edu.cn/showproblem.php?pid=1064
太水了。。。简直可以说是尽次于A+B的水题了。。。
我都不知道如果我WA了我会多丢脸。。。
#include<cstdio> int main() { double sum = 0, m; while (scanf("%lf", &m) != EOF) sum += m; printf("$%.2f\n", sum/12); return 0; }