啥都不会啊!怎么办啊!

Fitz

慢慢来生活总会好起来的!!!

摘要: Help Jimmy" 是在下图所示的场景上完成的游戏。 场景中包括多个长度和高度各不相同的平台。地面是最低的平台,高度为零,长度无限。 Jimmy老鼠在时刻0从高于所有平台的某处开始下落,它的下落速度始终为1米/秒。当Jimmy落到某个平台上时,游戏者选择让它向左还是向右跑,它跑动的速度也是1米/ 阅读全文
posted @ 2018-04-12 12:46 Fitz~ 阅读(213) 评论(0) 推荐(0) 编辑
摘要: In Frobnia, a far-away country, the verdicts in court trials are determined by a jury consisting of members of the general public. Every time a trial 阅读全文
posted @ 2018-04-10 19:12 Fitz~ 阅读(212) 评论(0) 推荐(0) 编辑
摘要: FatMouse believes that the fatter a mouse is, the faster it runs. To disprove this, you want to take the data on a collection of mice and put as large 阅读全文
posted @ 2018-04-10 08:53 Fitz~ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: Now I think you have got an AC in Ignatius.L's "Max Sum" problem. To be a brave ACMer, we always challenge ourselves to more difficult problems. Now y 阅读全文
posted @ 2018-04-08 21:43 Fitz~ 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Description A multi-digit column addition is a formula on adding two integers written like this: A multi-digit column addition is written on the black 阅读全文
posted @ 2018-04-07 20:33 Fitz~ 阅读(443) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/82/B来源:牛客网 时间限制:C/C++ 7秒,其他语言14秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 7秒,其他语言14秒 空间 阅读全文
posted @ 2018-04-06 17:30 Fitz~ 阅读(294) 评论(0) 推荐(0) 编辑
摘要: Description Everybody loves big numbers (if you do not, you might want to stop reading at this point). There are many ways of constructing really big 阅读全文
posted @ 2018-04-06 14:39 Fitz~ 阅读(369) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/93/K来源:牛客网 题目描述 wyh学长特别喜欢斐波那契数列,F(0)=0,F(1)=1,F(n)=F(n-1)+F(n-2)(n>=2) 一天他突发奇想,想求F(a^b)%c 输入描述: 输入第一行一个整数T(1<= 阅读全文
posted @ 2018-04-05 19:55 Fitz~ 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/93/I来源:牛客网 题目描述 wyh学长现在手里有n个物品,这n个物品的重量和价值都告诉你,然后现在让你从中选取k个,问你在所有可能选取的方案中,最大的单位价值为多少(单位价值为选取的k个物品的总价值和总重量的比值) 阅读全文
posted @ 2018-04-05 19:38 Fitz~ 阅读(615) 评论(3) 推荐(0) 编辑
摘要: 链接:https://www.nowcoder.com/acm/contest/93/L来源:牛客网 时间限制:C/C++ 3秒,其他语言6秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 时间限制:C/C++ 3秒,其他语言6秒 空间限制 阅读全文
posted @ 2018-04-05 19:08 Fitz~ 阅读(232) 评论(0) 推荐(0) 编辑