博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
bzoj 1818: [Cqoi2010]内部白点
阅读量:5820 次
发布时间:2019-06-18

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

1 #include
2 #include
3 #include
4 using namespace std; 5 struct data 6 { 7 int x,y,k,r; 8 }a[1000008]; 9 struct dat10 {11 int x,y;12 }b[1000008];13 bool cmp(dat a1,dat a2)14 {15 if(a1.x==a2.x)16 return a1.y
1 #include
2 #include
3 #include
4 using namespace std; 5 struct data 6 { 7 int x,y,k,r; 8 }a[1000008]; 9 struct dat10 {11 int x,y;12 }b[1000008];13 bool cmp(dat a1,dat a2)14 {15 if(a1.x==a2.x)16 return a1.y

将点拆成横线与点,用树状数组维护。

转载于:https://www.cnblogs.com/xydddd/p/5281980.html

你可能感兴趣的文章
数据结构——串的朴素模式和KMP匹配算法
查看>>
FreeMarker-Built-ins for strings
查看>>
验证DataGridView控件的数据输入
查看>>
POJ1033
查看>>
argparse - 命令行选项与参数解析(转)
查看>>
一维数组
查看>>
Linux学习笔记之三
查看>>
修改上一篇文章的node.js代码,支持默认页及支持中文
查看>>
Php实现版本比较接口
查看>>
删除设备和驱动器中软件图标
查看>>
第四章 TCP粘包/拆包问题的解决之道---4.1---
查看>>
html语言
查看>>
从源码看集合ArrayList
查看>>
spring-boot支持websocket
查看>>
菜鸟笔记(一) - Java常见的乱码问题
查看>>
我理想中的前端工作流
查看>>
记一次Git异常操作:将多个repository合并到同一repository的同一分支
查看>>
CodeIgniter 3.0 新手捣鼓源码(一) base_url()
查看>>
Chrome 广告屏蔽功能不影响浏览器性能
查看>>
vSphere 6将于2月2日全球同步发表
查看>>