朕的爱妃评测机突发恶疾
查看原帖
朕的爱妃评测机突发恶疾
1468058
a_c_s_d_c楼主2024/10/12 18:12

95求调,第六个测试点WA,入坑OI1个月萌新

#include<bits/stdc++.h>
using namespace std;
double s,x,v=7,sum=0;
int main()
{
	cin>>s>>x;
	while(1){
		sum+=v;
		v*=0.98;
		if(sum>=s-x-v) break;
	}
	if(x*2>=v) cout<<"y";
	else cout<<"n";
	return 0;
}
2024/10/12 18:12
加载中...