N,V = map(int,input().split()) A = list(map(int,input().split())) A.sort(reverse = True) if sum(A) <= V: print("Draw") exit() allb = (1<