【ZOJ-1633】解题报告(字符串递推,二分查找) 原始题目 Big String Time Limit: 2 Seconds Memory Limit: 65536 KB We will construct an infinitely long string from two short strings: A = "__" (four characters), and B = "T.T" 2018-07-29 Computer Science ACM ZOJ ACM ZOJ
【CSU-1587】解题报告(递推,水题) 原始题目 ##1587: 爬楼梯 - Time Limit: 1 Sec - Memory Limit: 128 Mb - Submitted: 867 - Solved: 514 ### Description 小时候我们都玩过爬楼梯的游戏:两人猜拳,赢了可向上爬一级,谁先到最高级则获胜。作为大学生,我们应该玩一个更有水平的游戏。 现在一个人要上n级楼梯,每一步可以选择上一级或者上两级 2018-07-29 Computer Science ACM CSU ACM CSU
【UVA-12034】解题报告(递推,DP) 原始题目 12034 - Race Time limit: 1.000 seconds Disky and Sooma, two of the biggest mega minds of Bangladesh went to a far country. They ate, coded and wandered around, even in their holidays. They 2018-07-28 Computer Science ACM UVA ACM UVA
【URAL-1081】解题报告(递推,斐波那契) 题目大意 1081. Binary Lexicographic Sequence Time limit: 0.5 second Memory limit: 64 MB Consider all the sequences with length (0 < N < 44), containing only the elements 0 and 1, and no two 2018-07-28 Computer Science ACM URAL ACM URAL
【HDU-2018】解题报告(递推,水题) 原始题目 母牛的故事 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 105012 Accepted Submission(s): 51527 Problem Description 有一头母牛,它每年年初生一头小 2018-07-28 Computer Science ACM HDU ACM HDU