题解 | #KiKi算期末成绩#
KiKi算期末成绩
http://www.nowcoder.com/practice/4ef07b4f80fc4027a4b90e2245f8f637
#include<stdio.h> int main() { int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); printf("%.1f",0.2a+0.1b+0.2c+0.5d); return 0; }
KiKi算期末成绩
http://www.nowcoder.com/practice/4ef07b4f80fc4027a4b90e2245f8f637
#include<stdio.h> int main() { int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); printf("%.1f",0.2a+0.1b+0.2c+0.5d); return 0; }
相关推荐