#include using namespace std; int main() { int p; while (cin>>p) { while (p--) { int n, k; cin>>n>>k; cout<<(n%(k+1)!=1?"Win":"Lose")<