A, B = map(int, input().split()) print(['Drew','Won','Lost'][divmod(3-A+B,3)[1]])