万能模版
  • 板块灌水区
  • 楼主_SB114514_
  • 当前回复3
  • 已保存回复3
  • 发布时间2024/10/25 17:02
  • 上次更新2024/10/25 18:40:25
查看原帖
万能模版
1014368
_SB114514_楼主2024/10/25 17:02

万能模版

#include<bits/stdc++.h>
#define int long long
#define N (int)2e6
#define endl '\n'
using namespace std;
signed main()
{
	ios::sync_with_stdio(false);
	cin.tie(),cout.tie();
	
	return 0;
}
2024/10/25 17:02
加载中...