AtcoderABC262 D
### 题目描述You are given a sequence of positive integers $A=(a_1,a_2,\dots,a_N)$ of length $N$.There are $2_N-1$ ways to choose one or more terms of $A$. How many of them have an integer-valued average?Find the count modulo $998244353$.