博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
HDU 4268
阅读量:6873 次
发布时间:2019-06-26

本文共 593 字,大约阅读时间需要 1 分钟。

1 #include 
2 #include
3 #include
4 #include
5 #include
6 using namespace std; 7 8 const int N=100010; 9 struct Node{10 int x,y,type;11 bool operator<(const Node &b) const {12 if(x!=b.x) return x
b.type;15 }16 };17 18 typedef multiset
SET;19 typedef multiset
::iterator IT;20 21 22 Node a[N<<1];23 SET S;24 const int Inf=0x80000000;25 int T,n;26 27 28 int main() {29 scanf("%d",&T);30 while(T--) {31 scanf("%d",&n);32 for(int i=0;i<2*n;i++) scanf("%d%d",&a[i].x,&a[i].y);33 for(int i=0;i

 

转载地址:http://ecofl.baihongyu.com/

你可能感兴趣的文章
Ext.MessageBox消息框
查看>>
电脑知识:修电脑(转)
查看>>
jQuery 1.7.2 animate功能跨浏览器Bug修补
查看>>
HTML <map>标签的使用
查看>>
通向架构师的道路(第一天)之Apache整合Tomcat - lifetragedy的专栏 - 博客频道 - CSDN.NET...
查看>>
智慧东湖让城市慢游更幸福
查看>>
陕西联通推进高速公路WiFi覆盖
查看>>
linux 用户权限和组权限
查看>>
RPM的使用
查看>>
我的友情链接
查看>>
lvs
查看>>
原型图设计软件
查看>>
setTimeout和setIntelval的区别
查看>>
[C#]通过方法获得游戏人数和玩家姓名
查看>>
How to rotate a bitmap
查看>>
spring常见注解
查看>>
我的友情链接
查看>>
Linux 磁盘分区
查看>>
Javascript创建对象的7种模式
查看>>
linux 系统端口转发
查看>>