N,K=map(int,input().split()) if N+2==K: print('Lost') elif N-2==K: print('Won') elif N