码迷,mamicode.com
首页 >  
搜索关键字:strange fuction    ( 492个结果
优美的英文句子
1.One is always on a strange road, watching strange scenery and listening to strange music. Then one day, you will find that the things you try hard t...
分类:其他好文   时间:2015-04-10 13:02:27    阅读次数:123
LightOJ1314---Names for Babies
1314 - Names for Babies PDF (English) Statistics Forum Time Limit: 4 second(s) Memory Limit: 32 MBLong time ago, there was a strange kingdom. Peoples of different religions, different cult...
分类:其他好文   时间:2015-04-09 22:01:05    阅读次数:194
POJ 2891 Strange Way to Express Integers(一元线性同余方程组模版题)
题意:给出n个模方程组:x mod ai = ri。求x的最小正值。如果不存在这样的x,那么输出-1. 涉及的数论知识: 对于一般式ax ≡ b(mod m) 当a=1时,两个同余方程就可以合并成一个同余方程 比如对于本题: x mod a1=r1 x mod a2=r2 有不定方程: x=r2+a2*y2 x=r2+a2*y2 联立: a1y1+...
分类:其他好文   时间:2015-04-07 09:52:40    阅读次数:118
13年山东省赛 The number of steps(概率dp水题)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudThe number of stepsTime Limit:1 SecMemory Limit:128 MDescriptionMary stands in a strange maze, the maz...
分类:其他好文   时间:2015-04-07 00:39:29    阅读次数:183
BestCoder Round #36 (hdu5200)Strange Class(离线)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudTreesTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Problem Descriptio...
分类:其他好文   时间:2015-04-07 00:35:03    阅读次数:234
BestCoder Round #36 (hdu5198)Strange Class(水题)
转载请注明出处:http://www.cnblogs.com/fraud/ ——by fraudStrange ClassTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/65536 K (Java/Others)Problem De...
分类:其他好文   时间:2015-04-07 00:29:19    阅读次数:194
HDU 2899 Strange fuction
1 #include 2 #include 3 #include 4 #define sc(x) scanf("%d",&(x)) 5 #define sc1(x) scanf("%lf",&(x)) 6 #define pf(x) printf("%.4lf\n", x) 7 using ...
分类:其他好文   时间:2015-04-06 14:05:55    阅读次数:130
LightOJ 1231 Coin Change (I) (背包计数模板题)
1231 - Coin Change (I) PDF (English) Statistics Forum Time Limit: 1 second(s) Memory Limit: 32 MB In a strange shop there are n types of coins of valueA1, A...
分类:其他好文   时间:2015-04-06 08:47:53    阅读次数:180
Strange Class
Strange Class    Accepts: 519    Submissions: 1749  Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/65536 K (Java/Others) Problem Description In Vivid’s school, th...
分类:其他好文   时间:2015-04-05 16:06:28    阅读次数:138
HDU1548 A strange lift BFS 简单题
一个电梯有n层,每一层有一个数k[i],和2个按钮,UP和DOWN,表示从这一层可以到达i+k[i] 或i-k[i] .给出a,b,问从a到b 最少需要按多少下按钮。直接bfs. 1 #include 2 #include 3 #include 4 using namespace std; 5 co...
分类:其他好文   时间:2015-04-05 15:58:51    阅读次数:205
492条   上一页 1 ... 34 35 36 37 38 ... 50 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!