a = input().split() q = a.count("AC") + a.count("NoOut") print((["Lose"] * 5 + ["Draw"] + ["Win"] * 10)[q])