#include using namespace std; using Int = long long; const char newl = '\n'; template inline void chmin(T1 &a,T2 b){if(a>b) a=b;} template inline void chmax(T1 &a,T2 b){if(a void drop(const T &x){cout< vector read(size_t n){ vector ts(n); for(size_t i=0;i>ts[i]; return ts; } //INSERT ABOVE HERE const int MAX = 2e5; using D = long double; D lg[MAX]={}; D dp[MAX]={}; void init(){ for(int i=1;i>n>>m>>k; cout<<(lg[m]+binom(n,k)>T; while(T--) solve(); return 0; }