摘要: 人见人爱A^BTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 16211 Accepted Submission(s): 11450 Problem Description求A^B的最后三位数表示的整数。 说明:A^B的含义是“A的B次方”Input输入数据包含多个测试实例,每个实例占一行,由两个正整数A和B组成(1<=A,B<=10000),如果A=0, B=0,则表示输入数据的结束,不做处理。Output对于每个测试实例,请 阅读全文
posted @ 2013-05-14 21:11 ~~Snail~~ 阅读(112) 评论(0) 推荐(0) 编辑
摘要: Fibonacci AgainTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 27899 Accepted Submission(s): 13476 Problem DescriptionThere are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2).InputInput consists of a sequ 阅读全文
posted @ 2013-05-14 21:04 ~~Snail~~ 阅读(129) 评论(0) 推荐(0) 编辑
摘要: HumidexTime Limit: 1000MSMemory Limit: 65536KTotal Submissions: 13478Accepted: 4959DescriptionAdapted from Wikipedia, the free encyclopediaThe humidex is a measurement used by Canadian meteorologists to reflect the combined effect of heat and humidity. It differs from the heat index used in the Unit 阅读全文
posted @ 2013-05-14 20:52 ~~Snail~~ 阅读(143) 评论(0) 推荐(0) 编辑