码迷,mamicode.com
首页 >  
搜索关键字:hdu 1008 elevator    ( 31081个结果
Can you answer these queries? HDU - 4027 (区间修改+区间查询)
Can you answer these queries? HDU - 4027 A lot of battleships of evil are arranged in a line before the battle. Our commander decides to use our secre ...
分类:其他好文   时间:2020-05-05 00:41:14    阅读次数:64
Just a Hook HDU - 1698 (区间修改+区间查询)
Just a Hook HDU - 1698 In the game of DotA, Pudge’s meat hook is actually the most horrible thing for most of the heroes. The hook is made up of sever ...
分类:其他好文   时间:2020-05-05 00:29:03    阅读次数:57
A - 敌兵布阵 HDU - 1166 (单点更新+区间和)
A - 敌兵布阵 HDU - 1166 C国的死对头A国这段时间正在进行军事演习,所以C国间谍头子Derek和他手下Tidy又开始忙乎了。A国在海岸线沿直线布置了N个工兵营地,Derek和Tidy的任务就是要监视这些工兵营地的活动情况。由于采取了某种先进的监测手段,所以每个工兵营地的人数C国都掌握的 ...
分类:其他好文   时间:2020-05-05 00:28:48    阅读次数:61
hdu 4950
Monster Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 3223 Accepted Submission(s): 969 Problem ...
分类:其他好文   时间:2020-05-04 19:24:54    阅读次数:63
HDU 6511 - Min-Max(思维+状压)
题意:HDU6511 - 2019中山大学程序设计竞赛 思路:https://blog.csdn.net/jack_jxnu/article/details/89425942 到位了 1 bool a[1<<16][16]; 2 ll fac[16]; 3 bool b[1001]; 4 int n ...
分类:其他好文   时间:2020-05-04 10:36:45    阅读次数:76
HDU6513 Reverse It(容斥+Cnk)
题意:http://acm.hdu.edu.cn/showproblem.php?pid=6513 你最多选两个矩阵反转,问你最后的情况数。 思路:https://www.cnblogs.com/asdfsag/p/10753244.html 很到位了。 const int N=(int)1e2+1 ...
分类:其他好文   时间:2020-05-03 18:48:10    阅读次数:71
大数运算 N!
http://acm.hdu.edu.cn/showproblem.php?pid=1042 代码 无结构体: #include<iostream> #include<string> #include<cstring> #include<algorithm> using namespace std; ...
分类:其他好文   时间:2020-05-02 12:16:52    阅读次数:73
hdu_看病要排队
1 #include<iostream> 2 #include<string> 3 #include<queue> 4 using namespace std; 5 int k; 6 struct sortt{ 7 int pri; 8 int id; 9 friend bool operator< ...
分类:其他好文   时间:2020-05-01 23:44:44    阅读次数:63
hdu 4946
Area of Mushroom Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 4560 Accepted Submission(s): 100 ...
分类:其他好文   时间:2020-05-01 22:12:58    阅读次数:72
Increasing Speed Limits HDU - 3030 【dp 树状数组 离散化 上升子序列】
"Increasing Speed Limite HDU 3030" 题意 给你一个长度为m的数组A,你可以通过给的X,Y,Z计算获得一个长度为n的数组,问你这个n长的序列有多少个非空严格上升序列。 思路 dp $dp[i]$: 以第i个元素为结尾的非空严格上升序列个数 $dp[i] =\sum_{ ...
分类:编程语言   时间:2020-05-01 20:50:27    阅读次数:68
31081条   上一页 1 ... 20 21 22 23 24 ... 3109 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!