#include #include using namespace std; using mint = atcoder::modint998244353; int main(){ int n; cin >> n; vector fact(n+1, 1); for(int i=0; i