S=input().split() a=S.count('AC')+S.count('NoOut') if a>5: print('Win') elif a==5: print('Draw') else: print('Lose')