W='Won' L='Lost' D='Drew' A,B=map(int,input().split()) J=[W,L,D,W,L] print(J[2-A+B])