#include #include #include #include #include #include #include #include #include #include #include #include #include #include using namespace std; bool rcmp(int a, int b) { return a>b; } typedef long long LL; class mypcmp { public: bool operator()(const int& a, const int& b) { return a cs; for (i=0; i=n) { printf("Yes\n"); return 0; } if (k>n) { printf("No\n"); return 0; } if (k==n) { for (i=0; i=n) printf("Yes\n"); else printf("No\n"); return 0; } printf("Yes\n"); } return 0; }