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