N, K = map(int, input().split()) SUM = 0 ans = [] for bit in range(1<<19): cnt = 0 for i in reversed(range(19)): if 1<