Loading

关于Svemit

  • 关于我:坐标湖南省醴陵市第一小学,醴陵一中最菜oier
  • 博客:用来写笔记,题解,一般不会上锁

luogu
codeforces
cf rating
atcoder
atcoder rating

缺省源

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int N = 1e5 + 5, INF = 0x3f3f3f3f;

int main() {
	ios::sync_with_stdio(false);
	cin.tie(nullptr); cout.tie(nullptr);
	
	return 0;
}
posted @ 2023-06-08 19:54  Svemit  阅读(225)  评论(1)    收藏  举报