就是一道高中物理题 让一名高中生都会做
#include<bits/stdc++.h>
using namespace std;
#define lowbit(x) x&(-x)
#define ll long long
double w,p;
int main(){
cin>>w>>p;w/=100;
double q=(1-p/100);
printf("%.3lf",(2000/w)/((1-q)*9.8));
return 0;
}
就是一道高中物理题 让一名高中生都会做
#include<bits/stdc++.h>
using namespace std;
#define lowbit(x) x&(-x)
#define ll long long
double w,p;
int main(){
cin>>w>>p;w/=100;
double q=(1-p/100);
printf("%.3lf",(2000/w)/((1-q)*9.8));
return 0;
}