s = io.read() c = 0 for z in s:gmatch("AC") do c = c + 1 end for z in s:gmatch("NoOut") do c = c + 1 end if 5 < c then print("Win") elseif c == 5 then print("Draw") else print("Lose") end