2812: 球弹跳高度的计算
摘要:解题思路:注意事项:参考代码:#include<iostream>
using namespace std;
int main()
{
double meter,sum=0,s=0;
……
编写题解 2812: 球弹跳高度的计算
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int h;scanf("%d",&h);int i;double h1=h;double s=0;for(i=1……
2812: 球弹跳高度的计算
摘要:解题思路:注意事项:令人忍俊不禁参考代码:height=float(input())sum=-heightsum=float(sum)for i in range(1,11): sum=sum+……
题解 2812: 球弹跳高度的计算
摘要: #include
using namespace std;
int main(){
double a,b;
cin>>a;
b=a;
……
2812: 球弹跳高度的计算
摘要:```
#include
using namespace std;
double x,y,z,sum,h;
int main(){
cin>>h;
for( int i=1;i……
老是对不准需要的类型,还是得多练练
摘要:解题思路:注意事项:参考代码:#include<stdio.h>
int main()
{
int h,i;
double sum = 0.0,r = 0.0,d=0.0;
scanf……
球弹跳高度的计算C语言
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int h; scanf("%d",&h); int i; double h1=h; double s=0; f……