已老实,求放过
2024-11-07 20:32:08
发布于:湖南
1阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main()
{
double s=7,n,m,l=0;
cin>>n>>m;
while(l<n-m)
{
l+=s;
s*=0.98;
}
if(s*0.98<=n+m-l) cout<<'y';
else cout<<'n';
return 0;
}
这里空空如也
有帮助,赞一个