#include<bits/stdc++.h> using namespace std; int main() { double s,x,v=7; cin>>s>>x; for(int i=0;i<s;i++) { v=v*0.98; } if(v>=2*x) { cout<<"n"; } else { cout<<"y"; } return 0; }
一共是65分,那个大佬能帮忙看一下