#include using namespace std; int M,K; main() { cin>>M>>K; int y=(M-1)/(K+1); int x=M-1-y; int z=x%2?x/2+1+y:x/2; cout<<(2*z>M-1?"Win":2*z