码迷,mamicode.com
首页 >  
搜索关键字:hdoj a b    ( 2498个结果
hdoj-3791-二叉搜索树(二叉搜索树模板题)
#include #include #include using namespace std; typedef int ElemType; template int getArrayLength(T &array) { return (sizeof(array) / sizeof(array[0])... ...
分类:其他好文   时间:2018-05-22 22:18:31    阅读次数:172
ACM--移动桌子--贪心--HDOJ 1050--Moving Tables
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Problem Description The famous ACM (Advanced Computer Maker) Company ...
分类:移动开发   时间:2018-05-22 18:26:01    阅读次数:287
【HDOJ】find your present (2)(思路题)
find your present (2) 题意:找有唯一一个出现奇数次的数 思路:利用位异或。一个数异或自己本身是0; map ...
分类:其他好文   时间:2018-05-22 15:00:09    阅读次数:145
HDOJ 5015 233Matrix 组合数学
不需要用矩阵的做法!不需要用矩阵的做法!不需要用矩阵的做法! 具体的题意大家都理解了吧 一个n行m列的矩阵 第一行是233,2333,23333…… 给出第一列$a[1],a[2]……$ ...
分类:其他好文   时间:2018-05-21 23:05:46    阅读次数:184
转载:HDOJ 5407 CRB and Candies(求1到n的LCM 位图储存结构)
版权声明:本文为转载文章,未经博主允许不得转载。 https://blog.csdn.net/whyorwhnt/article/details/9397289 CRB and Candies Time Limit: 2000/1000 MS (Java/Others) Memory Limit: ...
分类:其他好文   时间:2018-05-21 14:49:56    阅读次数:168
[Hdoj] Fast Matrix Calculation
题面:http://acm.hdu.edu.cn/showproblem.php?pid=4965 题解:https://www.zybuluo.com/wsndy-xx/note/1153981 ...
分类:其他好文   时间:2018-05-20 18:16:35    阅读次数:155
HDU 3371 Connect the Cities(prim算法)
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=3371 Problem Description In 2100, since the sea level rise, most of the cities disappear. Though some ...
分类:编程语言   时间:2018-05-18 00:30:11    阅读次数:182
【HDOJ图论题集】【转】
https://blog.csdn.net/ling_du/article/details/47038249 ...
分类:其他好文   时间:2018-05-08 21:06:06    阅读次数:151
hdoj-1036-Average is not Fast Enough!(水题,坑)
题目链接:Average is not Fast Enough! ...
分类:其他好文   时间:2018-05-04 18:22:42    阅读次数:184
hdoj 2159 (带限制的完全背包)
#include #include #include using namespace std; int dp[110][110]; int n,m,k,s; int w[110]; int val[110]; int main () { ios::sync_with_stdio(false); wh... ...
分类:其他好文   时间:2018-05-03 22:11:39    阅读次数:160
2498条   上一页 1 ... 14 15 16 17 18 ... 250 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!