n = input() if n == "0 0": print("Drew") elif n == "2 0": print("Won") else: print("Lost")