x = list(map(int,input().split())) if x[0]==x[1]: print("Drew") elif x in [[0,1],[1,2],[2,0]]: print("Won") else: print("Lost")