me, you = map(int,input().split()) if me == you: print('Drew') else: if me == you + 1 or me -2 == you: print('Won') else: print('Lost')