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