a,b,c,d=map(int,input().split()) if a != c: print("null" if a>c else "tRue") else: if b==d: print("Draw") else: print("null" if (d-b==1 or d-b==2) else "tRue")