随笔分类 -  常用模板

摘要:1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 const int power=4; 6 const int base=1e4; 7 const int maxn=2e3+5; 8 9 struct num{ 10 int a[maxn< 阅读全文
posted @ 2020-03-29 09:01 popozyl 阅读(174) 评论(0) 推荐(0)