a,b=input(),["0 1","1 2","2 0"] print("Won"if a in b else"Drew"if a[0]==a[2]else"Lost")