print(["Drew","Lost","Won"][(lambda a:int(a[0])-int(a[1]))(input().split(" "))])