A, B, C, D = map(int, input().split()) N = 2 if A > C else 1 if A < C else (B-D)%3 print(['Draw', 'tRue', 'null'][N])