@heaksicn 的题解在下面数据上会挂掉。
gen:
#include<bits/stdc++.h>
using namespace std;
int T,n;
int main(){
freopen(".in","w",stdout);
ios::sync_with_stdio(0),cin.tie(0);
cout << (n = 70811) << " " << 2 << "\n";
for(int i = 0;i <= 70811;i ++){
if(i != 44680) cout << i << " ";
}
}
正确输出 0,题解输出 998244353。