UVA - 11134 Fabled Rooks
#include
#include
#include
#include
#include
using namespace std;
const int maxn = 5000 + 5;
struct node
{
int x1, x2, y1, y2;
int id;
}k[maxn];
int x[maxn];
int y[maxn];
bool cmp1(node p, nod
原创
2015-09-10 15:47:20 ·
411 阅读 ·
0 评论