#include using namespace std; typedef long long int ll; typedef pair P; typedef vector VI; typedef vector VVI; #define REP(i,n) for(int i=0;i> m >> k; int w=m-(m/(k+1))-1, l=m-1-w; int f=(w+1)/2, s=w/2; if(w%2==1) f+=l; else s+=l; if(f>s) cout << "Win" << endl; else if(f