let () = Scanf.scanf "%d %d\n" @@ fun n k -> Printf.printf "%s\n" (if n = k then "Drew" else if k-n = 1 || (n=2 && k=0) then "Won" else "Lost")