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