#include #define pb push_back using namespace std; typedef long long ll; const int maxl=3e5+10; const double eps=1e-8; int n,m,cas,k,cnt,tot,ans; int a[maxl],b[maxl]; char s[maxl]; bool in[maxl]; double p; inline void prework() { scanf("%lf",&p); } inline void mainwork() { } inline void print() { if(p>1.0+eps) puts("No"); else puts("Yes"); } int main() { int t=1; scanf("%d",&t); for(cas=1;cas<=t;cas++) { prework(); mainwork(); print(); } return 0; }