上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 48 下一页

七夕祭

摘要: "AcWing" BZOJ3032权限题 题意:矩形的祭典会场由N排M列共计N×M个摊点组成。虽然摊点种类繁多,不过cl只对其中的一部分t个摊点感兴趣。Vani预先联系了七夕祭的负责人zhq,希望能够通过恰当地布置会场,使得各行中cl感兴趣的摊点数一样多,并且各列中cl感兴趣的摊点数也一样多。不过z 阅读全文
posted @ 2019-07-23 09:57 PPXppx 阅读(427) 评论(0) 推荐(0) 编辑

Running Median

摘要: "POJ" 题意:动态维护中位数:依次读入一个整数序列,每当已经读入的整数个数为奇数时,输出已经读入的整数构成的序列的中位数. 分析:建立两个堆,设已经读入i个数,将从小到大第1~i/2个数放入一个大根堆,将从小到大第i/2+1~i个数放入一个小根堆,则中位数就是小根堆的堆顶.然后如果哪个堆数量超额 阅读全文
posted @ 2019-07-23 07:50 PPXppx 阅读(148) 评论(0) 推荐(0) 编辑

电影Cinema

摘要: "AcWing" 题意:莫斯科正在举办一个大型国际会议,有n个来自不同国家的科学家参会。每个科学家都只懂得一种语言。为了方便起见,我们把世界上的所有语言用$1$到$10^9$之间的整数编号。在会议结束后,所有的科学家决定一起去看场电影放松一下。他们去的电影院里一共有m部电影正在上映,每部电影的语音和 阅读全文
posted @ 2019-07-22 21:59 PPXppx 阅读(265) 评论(0) 推荐(0) 编辑

Best Cow Fences

摘要: "POJ" 题意:给定$N(N include include include include include using namespace std; inline int read() { int x=0,o=1;char ch=getchar(); while(ch!=' '&&(ch'9') 阅读全文
posted @ 2019-07-22 21:17 PPXppx 阅读(141) 评论(0) 推荐(0) 编辑

Sumdiv

摘要: "POJ" 题意:求$A^B$的所有约数之和$ \mod 9901(1 include include include include include define LL long long using namespace std; inline int read() { int x=0,o=1;c 阅读全文
posted @ 2019-07-22 20:29 PPXppx 阅读(157) 评论(0) 推荐(0) 编辑

Tallest Cow

摘要: "POJ" 题意:$N(N include include include include include include using namespace std; inline int read() { int x=0,o=1;char ch=getchar(); while(ch!=' '&&( 阅读全文
posted @ 2019-07-22 19:25 PPXppx 阅读(126) 评论(0) 推荐(0) 编辑

激光炸弹

摘要: "BZOJ" 题意:一种新型的激光炸弹,可以摧毁一个边长为R的正方形内的所有的目标。现在地图上有n(N include include include include include using namespace std; inline int read() { int x=0,o=1;char 阅读全文
posted @ 2019-07-22 19:04 PPXppx 阅读(137) 评论(0) 推荐(0) 编辑

Strange Towers of Hanoi

摘要: "POJ" 题意:求$n(1 include include include include using namespace std; inline int read() { int x=0,o=1;char ch=getchar(); while(ch!=' '&&(ch'9'))ch=getch 阅读全文
posted @ 2019-07-21 20:39 PPXppx 阅读(129) 评论(0) 推荐(0) 编辑

Gerald and Giant Chess

摘要: "CF" "洛咕" 题意:给定一个$H W(H,W include include include include include include define ll long long using namespace std; inline int read(){ int x=0,o=1;char 阅读全文
posted @ 2019-06-18 22:18 PPXppx 阅读(247) 评论(0) 推荐(0) 编辑

CF24D Broken robot

摘要: "CF" "洛咕" 题意:n行m列格子.机器人最初是在第i行第j列的格子上.目的是去第n行任意一个格子.机器人每一步可以停留在当前格子,向左移动,向右移动,或者移动到当前下方的格子上.如果机器人在最左边的列不能向左移动,如果它是在最右边的列不能向右移动.在每一步中,所有可能的动作的概率相同.求机器人 阅读全文
posted @ 2019-06-18 20:14 PPXppx 阅读(103) 评论(0) 推荐(0) 编辑
上一页 1 ··· 26 27 28 29 30 31 32 33 34 ··· 48 下一页