码迷,mamicode.com
首页 >  
搜索关键字:lifting the stone    ( 411个结果
timus 1180. Stone Game 解题报告
1.题目: 1180. Stone Game Time limit: 1.0 secondMemory limit: 64 MB Two Nikifors play a funny game. There is a heap of N stones in front of them. Both Ni
分类:其他好文   时间:2016-03-05 18:51:42    阅读次数:133
RMQ 模板 2012-09-13
Program Stone; var i,j,k,l,n,m,xmi,big,sma:longint; h:array[1..50000]of longint; tf:array[0..16]of longint; max,min:array[1..50000,0..16]of longint; f
分类:其他好文   时间:2016-03-02 22:06:01    阅读次数:162
NOI’2003 - Day1 - Problem2 文本编辑器(Editor) 空间
题目百度把,太长了。程序有点长,写的很渣。就不注释了。 1 Program Stone; 2 3 var n,qu,ji,tot,root,move:longint; 4 5 s:array[0..5000000]of char; 6 7 lc,rc,f,o:array[0..5000000]of
分类:其他好文   时间:2016-03-02 22:03:00    阅读次数:223
poj1696 Space Ant 2012-01-11
http://poj.org/problem?id=1696 __________________________________ 类似求凸包。满足一定可以经过所有点。 __________________________________ 1 Program stone; 2 type coord=
分类:其他好文   时间:2016-03-02 22:00:19    阅读次数:131
pku3461 Oulipo 2012-01-11
http://162.105.81.212/JudgeOnline/problem?id=3461 1 Program stone; 2 var i,j,k,n,ans:longint; 3 w,s:ansistring; 4 b:array[1..10000]of longint; 5 Begin
分类:其他好文   时间:2016-03-02 21:35:19    阅读次数:154
POJ 1740 A New Stone Game(多堆博弈找规律)
传送门 //有n堆,AB轮流从n堆的一堆中移任意个,可以扔掉,也可以移给其他堆中的一堆 //最先移完的胜 //如果n堆中两两堆数目相等,那肯定是B胜 //但只要有非两两相同的,如xyz,A先, //A可以从最多的那堆(z)移y-x个到x堆,yyp,最终移走p的一定是A #include #inclu...
分类:其他好文   时间:2016-03-02 00:22:30    阅读次数:227
[ACM] POJ 2253 Frogger (最短路径变形,每条通路中的最长边的最小值)
Frogger Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 24879 Accepted: 8076 Description Freddy Frog is sitting on a stone in the middle of
分类:其他好文   时间:2016-02-22 08:57:07    阅读次数:207
Duff and Weight Lifting_贪心
Duff and Weight Lifting TimeLimit:1000MS MemoryLimit:256MB 64-bit integer IO format:%I64d Problem Description Recently, Duff has been practicing weigh
分类:其他好文   时间:2016-02-07 02:12:39    阅读次数:245
HDU 5610 Baby Ming and Weight lifting 暴力
Problem Description Baby Ming is fond of weight lifting. He has a barbell pole(the weight of which can be ignored) and two different kinds of barbell
分类:其他好文   时间:2016-02-03 15:34:58    阅读次数:345
BestCoder Round #69 (div.2) Baby Ming and Weight lifting(hdu 5610)
Baby Ming and Weight lifting Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 681 Accepted Submiss
分类:其他好文   时间:2016-02-02 19:52:17    阅读次数:134
411条   上一页 1 ... 21 22 23 24 25 ... 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!