摘要: #快读快写 /*快读*/ template<typename T> inline void read(T &x){ x=0; bool flag=0; char c=getchar(); for(;!isdigit(c);c=getchar()) if(c=='-') flag=1; for(;is 阅读全文
posted @ 2021-05-22 17:53 DReamLion 阅读(89) 评论(1) 推荐(0) 编辑
摘要: 板子 题目 #include<iostream> #include<cmath> #include<cstdio> #include<cstdlib> #define maxn 110 using namespace std; template<typename T> inline void rea 阅读全文
posted @ 2021-05-22 17:40 DReamLion 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 板子 题目 #include<iostream> #include<cstdio> #include<cstdlib> #include<cstring> #define maxn 110 #define ll long long using namespace std; template<type 阅读全文
posted @ 2021-05-22 17:18 DReamLion 阅读(44) 评论(0) 推荐(0) 编辑