N,K=map(int,input().split())
print(["Drew","Won","Lost"][divmod(3+K-N,3)[1]])