l=input();S=l.count("NoOut")+l.count("AC") if(S==5): print("Draw") else: print("Win" if S>5 else "Lose")