
ACM
zhen921
这个作者很懒,什么都没留下…
展开
-
1.2.2 hidehandkerchief(附翻译)
Time Limit: 10000/3000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 8026 Accepted Submission(s): 2571 Problem Description The Children’s Day has passed for ...原创 2018-05-12 08:49:01 · 479 阅读 · 0 评论 -
1.1A+B forInput-Output Practice (I)(附翻译)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 66365 Accepted Submission(s): 26245 Problem Description Your task is to Calculate a + b. T...原创 2018-05-07 11:45:24 · 1745 阅读 · 1 评论 -
1.2A+Bfor Input-Output Practice (II)(附翻译)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 33219 Accepted Submission(s): 21645 Problem Description Your task is to Calculate a + b. ...原创 2018-05-07 14:43:25 · 425 阅读 · 0 评论 -
1.3A+Bfor Input-Output Practice (III)(附翻译)
Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 35326 AcceptedSubmission(s): 18995 Problem DescriptionYour task is to Calculate a + b.InputInput co...原创 2018-05-07 15:05:50 · 609 阅读 · 0 评论 -
1.4A+Bfor Input-Output Practice (IV)(附翻译)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 31220 Accepted Submission(s): 17124 Problem Description Your task is to Calculate the sum of...原创 2018-05-07 15:24:29 · 380 阅读 · 0 评论 -
1.5A+Bfor Input-Output Practice (V)(附翻译)
Input Input contains an integer N in the first line, and then N lines follow. Each line starts with a integer M, and then M integers follow in the same line. 输入在第一行包含一个整数N,然后跟随N行。 每行以一个整数M开始,然后M个整...原创 2018-05-07 16:27:59 · 523 阅读 · 0 评论 -
1.6A+B forInput-Output Practice (VI)(附翻译)
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 22604 Accepted Submission(s): 15105 Problem Description Your task is to calculate the sum of...原创 2018-05-07 17:29:47 · 360 阅读 · 0 评论 -
1.2.1Climbing Worm(附翻译)
Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 5750 AcceptedSubmission(s): 3389 Problem DescriptionAn inch worm is at the bottom of a well ninches...原创 2018-05-07 18:26:43 · 475 阅读 · 0 评论 -
一列数的规则如下: 1、1、2、3、5、8、13、21、34…… 求第30位数是多少, 用递归算法实现
前言 首先声明,这道题解法来自博客:https://blog.youkuaiyun.com/qq_16633405/article/details/79211002 不过原文没有给出解释,想了很久才想出来 解题思路这是ACM中比较常见的一类题,本身找规律是不难的,无非就是前两个个数相加等于后一个数,按照常规的解法是很容易的,例如 java源码pub...原创 2018-09-11 10:56:43 · 14493 阅读 · 0 评论