摘要: #include<iostream> #include<stdio.h> #include<algorithm> #include<string.h> #define rep(i,j,k) for(int i=j;i<=k;i++) #define per(i,j,k) for(int i=j;i>=k;i--) using namespace std; const int maxx = 2e5+ 阅读全文
posted @ 2019-08-12 11:01 bluefly-hrbust 阅读(174) 评论(0) 推荐(0) 编辑