大模板

#include <bits/stdc++.h>

#define pb push_back
#define fi first
#define se second

using namespace std;

const int INF = 0x3f3f3f3f;
const int MOD = 1e9 + 7;
const double eps = 1e-6;
const double PI = acos(-1);

const int N = 1e8 + 10;

int f[N], g[N];

typedef long long LL;
typedef pair<int, int> PII;

int main()
{
    ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);



    return 0;
}

原文链接: https://www.cnblogs.com/mapgm/p/15815667.html

欢迎关注

微信关注下方公众号,第一时间获取干货硬货;公众号内回复【pdf】免费获取数百本计算机经典书籍

原创文章受到原创版权保护。转载请注明出处:https://www.ccppcoding.com/archives/186238

非原创文章文中已经注明原地址,如有侵权,联系删除

关注公众号【高性能架构探索】,第一时间获取最新文章

转载文章受原作者版权保护。转载请注明原作者出处!

(0)
上一篇 2023年2月12日 上午11:05
下一篇 2023年2月12日 上午11:05

相关推荐