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;
}

本文作者:NexusXian

本文链接:https://www.cnblogs.com/NexusXian/p/17877876.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   NexusXian  阅读(41)  评论(0编辑  收藏  举报
Nephrenn‘s Blog
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起