a, b, c, d = map(int, input().split()) if (b-d+3) % 3 == 0: if a > c: print("null") elif a < c: print("tRue") else: print("Draw") elif (b-c+3) % 3 == 1: print("tRue") else: print("null")