#include using namespace std; int memo[10001],p[10000],c; bool f(int a) { if(memo[a])return memo[a]>0; bool win=false; for(int i=0;i>n;cout<<(f(n)?"Win":"Lose")<