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