#include #include using namespace std; using namespace atcoder; typedef int64_t ll; using mint=modint998244353; mint dfs(ll n,ll m,vector v){ if(n==0){ mint ret=0; ll s=v.size(); for(int i=0;i>N>>M; if(N>10||M>10){ cout<<-1<