码迷,mamicode.com
首页 >  
搜索关键字:acm算法    ( 679个结果
zzuli OJ 1083: 数值统计(多实例测试)
Description 统计给定的n个数中,负数、零和正数的个数 Input 输入数据有多组,每组占一行,每行的第一个数是整数n(n Output 对于每组输入数据,输出一行a,b和c,分别表示给定的数据中负数、零和正数的个数。 Sample Input 6 0 1 2 3 -1 05 1 2 3 4 0.50 Sample Output ...
分类:其他好文   时间:2015-08-31 10:15:26    阅读次数:233
HUST 1341 A - A Simple Task(哈理工 亚洲区选拔赛练习赛)
A - A Simple Task Time Limit:1000MS    Memory Limit:131072KB    64bit IO Format:%lld & %llu SubmitStatusPracticeHUST 1341 Description As is known to all, lots of birds are living in HUST. ...
分类:其他好文   时间:2015-08-30 23:13:57    阅读次数:310
HUST 1343 (哈理工 亚洲区选拔赛前练习赛)
C - Coil Judge Time Limit:1000MS    Memory Limit:131072KB    64bit IO Format:%lld & %llu SubmitStatusPracticeHUST 1343 Description Mortal Coil is a very popular game in the past few months...
分类:其他好文   时间:2015-08-30 23:11:07    阅读次数:186
HUST 1343 Reverse Number(哈理工 亚洲区选拔赛前练习赛)
G - Reverse Number Time Limit:1000MS    Memory Limit:131072KB    64bit IO Format:%lld & %llu SubmitStatusPracticeHUST 1347 Description Given a non-negative integer sequence A with length N, ...
分类:其他好文   时间:2015-08-30 23:09:17    阅读次数:247
杭电 HDU ACM 2191 悼念512汶川大地震遇难同胞——珍惜现在,感恩生活(多重背包)
悼念512汶川大地震遇难同胞——珍惜现在,感恩生活 Time Limit: 1000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 19574    Accepted Submission(s): 8285 Problem Description 急!灾...
分类:其他好文   时间:2015-08-29 12:46:59    阅读次数:285
杭电 HDU ACM 1150 Machine Schedule(二分匹配)
Machine Schedule Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7056    Accepted Submission(s): 3537 Problem Description As we all kno...
分类:系统相关   时间:2015-08-29 12:39:12    阅读次数:221
HLG 哈理工 1053 Warcraft III (完全背包)
Warcraft III Time Limit: 10000 MS Memory Limit: 65536 K Total Submit: 587(194 users) Total Accepted: 260(173 users) Rating: Special Judge: No Description ...
分类:其他好文   时间:2015-08-29 11:13:59    阅读次数:195
杭电 HDU ACM Bone Collector (dp 01)
Bone Collector Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 40414    Accepted Submission(s): 16794 Problem Description Many years ag...
分类:其他好文   时间:2015-08-28 21:40:02    阅读次数:230
poj 1466 HDU 1068 Girls and Boys (最大独立集)
Girls and Boys Time Limit: 5000MS   Memory Limit: 10000K Total Submissions: 11141   Accepted: 4983 Description In the second year of the university somebody started a study...
分类:其他好文   时间:2015-08-27 18:45:21    阅读次数:157
N 的阶乘的另一种解法
任何一个数都可以分解成素数乘积,利用着这性质就可以把 N! 保存在一个数组 arg[i] 里面,arg[i] 保存的是 i 的幂。素数可以直接线性打表, 主要的问题就是要求出 arg[i] 数组:...
分类:其他好文   时间:2015-08-27 18:40:47    阅读次数:153
679条   上一页 1 ... 4 5 6 7 8 ... 68 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!