上一页 1 ··· 6 7 8 9 10 11 12 下一页
摘要: Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 3175Accepted Submission(s): 2373Problem Descriptio... 阅读全文
posted @ 2015-03-09 23:06 JL_Zhou 阅读(533) 评论(0) 推荐(0)
摘要: I -ITime Limit:1000MSMemory Limit:2048KB64bit IO Format:%lld & %lluSubmitStatusPracticeCSU 1254Description机房有很多机器,不同机器开机时间不同。已知开始站在1号机器,从一台机器走到另一台机器需要... 阅读全文
posted @ 2015-03-09 10:51 JL_Zhou 阅读(298) 评论(0) 推荐(0)
摘要: ime Limit: 3000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 8855Accepted Submission(s): 4024Problem Description... 阅读全文
posted @ 2015-03-07 11:18 JL_Zhou 阅读(381) 评论(0) 推荐(0)
摘要: /** * name:KMP * time:2012-11-22 * 字符串快速匹配 */#include#includetypedef struct seqstring{ char string[100]; int length;}seqstring;void getnext(seqstring ... 阅读全文
posted @ 2015-03-07 10:13 JL_Zhou 阅读(269) 评论(0) 推荐(0)
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 4981Accepted Submission(s): 2085Problem Descriptio... 阅读全文
posted @ 2015-03-04 21:53 JL_Zhou 阅读(261) 评论(0) 推荐(0)
摘要: Alice bought a lot of pairs of socks yesterday. But when she went home, she found that she has lost one of them. Each sock has a name which contains e... 阅读全文
posted @ 2015-03-01 21:29 JL_Zhou 阅读(153) 评论(0) 推荐(0)
摘要: Modular InverseTime Limit: 2 Seconds Memory Limit: 65536 KBThe modular modular multiplicative inverse of an integer a modulo m is an integer x such... 阅读全文
posted @ 2015-03-01 20:31 JL_Zhou 阅读(160) 评论(0) 推荐(0)
摘要: B - BCrawling in process... Crawling failed Time Limit:0MS Memory Limit:0KB 64bit IO Format:%lld & %lluSubmit Status Practice SCU 3463DescriptionTime ... 阅读全文
posted @ 2015-02-27 22:58 JL_Zhou 阅读(150) 评论(0) 推荐(0)
摘要: 时间限制:500MS 内存限制:65536K提交次数:270 通过次数:16题型: 编程题语言: C++;CDescription给你如下Fibonacci 数的定义:F1 = 1 F2 = 2 Fn = Fn-1 + Fn-2 (n >= 3) 给你两个数a与b,现要求你计算在a与b之间(包括a、... 阅读全文
posted @ 2015-02-11 22:06 JL_Zhou 阅读(942) 评论(0) 推荐(0)
摘要: Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 12716Accepted Submission(s): 4352Problem Descripti... 阅读全文
posted @ 2015-02-11 20:30 JL_Zhou 阅读(271) 评论(0) 推荐(0)
摘要: 时间限制:500MS 内存限制:65536K提交次数:251 通过次数:80题型: 编程题语言: C++;CDescription从键盘输入一个自然数K(99999999>K>1),若存在自然数M和N(M>N),使得K的M次方和K的N次方均大于或等于1000,且它们的未尾三位数相等,则称M和N是一对... 阅读全文
posted @ 2015-02-10 11:37 JL_Zhou 阅读(536) 评论(0) 推荐(0)
摘要: 求A^B的最后三位数表示的整数。说明:A^B的含义是“A的B次方”Input输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1//快速幂int powermod(int a,int b){ int ans=1; a=a%1000; if(a==0) return ... 阅读全文
posted @ 2015-02-06 11:27 JL_Zhou 阅读(145) 评论(0) 推荐(0)
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 8315Accepted Submission(s): 4368Problem Descriptio... 阅读全文
posted @ 2015-02-05 21:26 JL_Zhou 阅读(157) 评论(0) 推荐(0)
摘要: Time Limit: 1000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2084Accepted Submission(s): 1069Problem Descriptio... 阅读全文
posted @ 2015-02-05 12:07 JL_Zhou 阅读(533) 评论(0) 推荐(0)
摘要: Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 35848Accepted Submission(s): 13581Problem Descript... 阅读全文
posted @ 2015-02-03 11:05 JL_Zhou 阅读(147) 评论(0) 推荐(0)
上一页 1 ··· 6 7 8 9 10 11 12 下一页