#include using namespace std; const int MODULO=998244353; int main(void){ int n; cin >> n; string s; cin >> s; vector A; //「1」の位置 for(int i=0;i