解题思路:
注意事项:
我也不想多说什么,可能是我理解有问题,最后一次弹起的距离竟然不算.
参考代码:
#include <stdio.h> int main() { int times,i; float height,sum=0,result; scanf("%f%d", &height,×); for(i=1;i<=times;i++){ sum+=height; result = height/2.0; if (i!=times){ sum+=result; } height=result; } printf("%.2f %.2f\n",result,sum); return 0; }
0.0分
0 人评分
C语言程序设计教程(第三版)课后习题5.7 (C++代码)浏览:879 |
C语言训练-角谷猜想 (C语言代码)浏览:1765 |
本人酷爱递归实现很多问题,这里也是浏览:609 |
WU-格式化数据输出 (C++代码)浏览:1308 |
C语言程序设计教程(第三版)课后习题5.8 (C语言代码)浏览:683 |
1011题解浏览:818 |
出圈】指针malloc版浏览:375 |
数组输出 (C语言代码)浏览:749 |
简单的a+b (C语言代码)浏览:854 |
班级人数 (C语言代码)浏览:976 |