摘要: 模拟,注意为偶数的情况 1 #include<cstdio> 2 #include<cstring> 3 #include<cstdlib> 4 #include<iostream> 5 #include<queue> 6 #include<stack> 7 #include<cmath> 8 #i 阅读全文
posted @ 2016-04-23 22:58 yyblues 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 水题。。直接暴力 1 #include<cstdio> 2 #include<algorithm> 3 using namespace std; 4 const int inf = 0x3f3f3f3f; 5 int a[130][130],d,n,x,y,z,num,ans=-inf; 6 int 阅读全文
posted @ 2016-04-23 22:57 yyblues 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 借鉴大神思路。。。 1 #include<cstdio> 2 #include<cstring> 3 #include<cstdlib> 4 #include<iostream> 5 #include<queue> 6 #include<stack> 7 #include<cmath> 8 #inc 阅读全文
posted @ 2016-04-23 22:32 yyblues 阅读(231) 评论(0) 推荐(0) 编辑