Infiniti

   :: 首页  :: 新随笔  ::  ::  :: 管理

2019年9月20日

摘要: #include<bits/stdc++.h> using namespace std; #define N 11222 #define inf 1e15 #define ll long long #define go(i,a,b) for(int i=a;i<=b;i++) int T,n,m,A,B,C,D,head[N],tot,inque[N],cas; struct node { int 阅读全文
posted @ 2019-09-20 18:24 自由缚 阅读(185) 评论(1) 推荐(0) 编辑

摘要: #include <bits/stdc++.h> using namespace std; #define rep(i,a,n) for (long long i=a;i<n;i++) #define per(i,a,n) for (long long i=n-1;i>=a;i--) #define pb push_back #define mp make_pair #define all(x) 阅读全文
posted @ 2019-09-20 18:23 自由缚 阅读(175) 评论(0) 推荐(0) 编辑