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