n,v = map(int,input().split()) a = list(map(int,input().split())) if sum(a) <= v: print("Draw") exit() dp = [1]*(1<> j & 1: s += a[j] if s > v: continue check = 0 for j in range(n): if i >> j & 1: continue if dp[i|1<