摘要: 三向城 #include<iostream> #include<cstdio> using namespace std; int n,x,y; int main(){ freopen("city.in","r",stdin);freopen("city.out","w",stdout); // fr 阅读全文
posted @ 2017-11-03 17:19 Echo宝贝儿 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 纸牌 #include<iostream> #include<cstdio> #include<cstring> #include<algorithm> using namespace std; #define maxn 300010 int n,a[maxn],b[maxn],w[maxn],nu 阅读全文
posted @ 2017-11-03 10:07 Echo宝贝儿 阅读(245) 评论(0) 推荐(1) 编辑