x,y = map(int, input().split()) result = [["Drew", "Won", "Lost"],["Lost", "Drew", "Won"],["Won","Lost","Drew"]] print(result[x][y])