c++竞赛模板代码
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int PRIME =122777;
const int MOD =998244353;
const int INF =0x3f3f3f3f;
const int N = 1e5+10;
const double PI = acos(-1.0);
const double eps = 1e-6;
const int maxn = 100;
signed main(void)
{
std::ios::sync_with_stdio(false),cin.tie(0),cout.tie(0);
return 0;
}