题解 1988: 求总时间

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

最普通的解题方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>intmain(){&nbsp;&nbsp;inti,a;&am……

求总时间....

摘要:#include<stdio.h>intmain(){inti,N;floattime=30,sum=0;scanf("%d",&N);for(i=1;i<……

1988: 求总时间

摘要:解题思路:cost*=1.05注意事项:参考代码:#include&nbsp;<stdio.h>int&nbsp;main(){float&nbsp;cost=30……