a=[int(i) for i in input().split()] if a[0]==a[1]: print("Drew") elif a[0]-2==a[1]: print("Won") elif a[0]-1==a[1]: print("Lost")