N, V = map(int, input().split()) *A, = map(int, input().split()) if sum(A) <= V: print('Draw') exit() dp = [0]*(1<> i & 1: tot += A[i] else: nb = bit|(1< V: dp[bit] = 2 if cnt & 1 else 1 else: dp[bit] = res print('First' if dp[0] == 1 else 'Second')