#include using namespace std; int main(void) { int P; cin >> P; for(int i = 0; i> N >> M; if(N % (M+1) == 1){ cout << "Lose" << endl; } else cout << "Win" << endl; } }