first = "null" second = "tRue" a, b = io.read("*n", "*n") c, d = io.read("*n", "*n") if a < c then print(second) elseif c < a then print(first) elseif b == d then print("Draw") elseif (3 + b - d) % 3 == 1 then print(second) else print(first) end