码迷,mamicode.com
首页 >  
搜索关键字:nice    ( 900个结果
HDU - 4902 Nice boat
Description There is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Although the king used to be wise and beloved by his people. Now...
分类:其他好文   时间:2014-08-01 00:07:41    阅读次数:351
多校训练hdu --Nice boat(线段树,都是泪)
Nice boat Time Limit: 30000/15000 MS (Java/Others) Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 47 Accepted Submission(s): 10 Problem Description There is an old count...
分类:其他好文   时间:2014-08-01 00:06:40    阅读次数:333
HDU 4902 Nice boat(线段树)
HDU Nice boat 题目链接 题意:给定一个序列,两种操作,把一段变成x,把一段每个数字,如果他大于x,就变成他和x的gcd,求变换完后,最后的序列。 思路:线段树,每个结点多一个cover表示该位置以下区间是否数字全相同,然后每次延迟操作,最后输出的时候单点查询即可 代码: #include #include #include using namesp...
分类:其他好文   时间:2014-07-31 23:59:40    阅读次数:554
HDU 4902 线段树(区间更新)
Nice boatTime Limit: 30000/15000 MS (Java/Others)Memory Limit: 131072/131072 K (Java/Others)Total Submission(s): 353Accepted Submission(s): 169Problem...
分类:其他好文   时间:2014-07-31 23:35:40    阅读次数:358
HDU 4902 (牛叉的线段树)
Nice boatProblem DescriptionThere is an old country and the king fell in love with a devil. The devil always asks the king to do some crazy things. Al...
分类:其他好文   时间:2014-07-31 23:33:50    阅读次数:357
HDU 4902 Nice boat 线段树+离线
据说暴力也过了,还傻逼地写了这么长。。。 #include #include #include #include using namespace std; #define ll long long #define L(x) (x<<1) #define R(x) (x<<1|1) #define Val(x) tree[x].val #define Lazy(x) tree[x].laz...
分类:其他好文   时间:2014-07-31 20:54:47    阅读次数:283
HDU 4902 Nice boat 成段线段树
操作1 的时候标记deng[rt]表示下面一段数都是与当前节点的值相同 下次操作2时直接对有deng标记的节点gcd更新 (可能还可以更简单) #include #include #include #include #include #include #include #include #include #include using namespace std; #def...
分类:其他好文   时间:2014-07-31 20:52:17    阅读次数:250
oracle如何修改字段类型(2)
在一次做开发的时候,遇到需要将数据表的字段类型由number改成varchar,可是该字段又有值,用 alter table t-name modify cname newType;会报错。话说,当时在网上没找到合适的解决办法,很苦恼!今天在博客园看到解决这个问题的办法,很nice,分享!当要修改的...
分类:数据库   时间:2014-07-31 19:42:07    阅读次数:227
Nice boat(多校联合1006)
Nice boat Time Limit: 30000/15000 MS (Java/Others)    Memory Limit: 131072/131072 K (Java/Others) Total Submission(s): 1    Accepted Submission(s): 0 Problem Description There is an old...
分类:其他好文   时间:2014-07-31 17:12:07    阅读次数:206
Linux命令详解nice
【命令】nice — 调整程序运行的优先级【格式】nice [OPTION] [command [arguments...]]【说明】在当前程序运行优先级基础之上调整指定值得到新的程序运行优先级,用新的程序运行优先级运行命令行"command [arguments...]"。优先级的范围为-20 ~...
分类:系统相关   时间:2014-07-24 21:56:42    阅读次数:314
900条   上一页 1 ... 85 86 87 88 89 90 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!