博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hdu 1050 (preinitilization or postcleansing, std::fill) ...
阅读量:5981 次
发布时间:2019-06-20

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

errors, clauses in place, logical ones, should be avoided.

#include 
#include
#include
int main() { //freopen("input.txt","r",stdin); const int CorNum=201; int ncase, npair, to,from, first,last, res; int shared[CorNum]={
0}; if(scanf("%d",&ncase)!=1) return -1; while(ncase-- && scanf("%d",&npair)==1) { first=CorNum, last=0; while(npair--) { scanf("%d%d",&from,&to); from=(from-1)>>1; to=(to-1)>>1; if(from>to) std::swap(from,to); first=std::min(first,from); last=std::max(last,to); for(;from<=to;++from) ++shared[from]; } for(res=0,from=first;from<=last;++from) res=std::max(res,shared[from]); std::fill(&shared[first],&shared[last+1],0); printf("%d\n",res*10); } return 0;}

版权声明:本文为博主原创文章,未经博主允许不得转载。// p.s. If in any way improment can be achieved, better performance or whatever, it will be well-appreciated to let me know, thanks in advance.

转载于:https://www.cnblogs.com/qeatzy/p/4716225.html

你可能感兴趣的文章
DNS相关配置
查看>>
miniWindbg 功能
查看>>
CF772E Verifying Kingdom
查看>>
测试驱动开发
查看>>
轻松实现远程批量拷贝文件脚本(女学生作品)
查看>>
【沟通之道】头脑风暴-女人的心思你别猜
查看>>
Windows Phone 8 开发资源汇总
查看>>
Git:配置
查看>>
神经系统知识普及
查看>>
Spring可扩展Schema标签
查看>>
c++ STL unique , unique_copy函数
查看>>
http://miicaa.yopwork.com/help/overall/
查看>>
浅谈关于特征选择算法与Relief的实现
查看>>
mybatis-spring 项目简介
查看>>
Wireshark抓取RTP包,还原语音
查看>>
Behavioral模式之Memento模式
查看>>
Work Management Service application in SharePoint 2016
查看>>
Dos 改动IP 地址
查看>>
Laravel 源码解读:php artisan make:auth
查看>>
【转】ionic run android 成功launch success,但是genymotion虚拟机没有显示
查看>>