码迷,mamicode.com
首页 >  
搜索关键字:consecutive numbers    ( 8082个结果
HDU1887 ZOJ2982 UVALive3958 Weird Numbers【进制】
"Weird Numbers" Time Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 594 Accepted Submission(s): 185 ...
分类:其他好文   时间:2019-02-15 19:53:27    阅读次数:130
PAT 甲级 1096 Consecutive Factors
https://pintia.cn/problem-sets/994805342720868352/problems/994805370650738688 Among all the factors of a positive integer N, there may exist several c ...
分类:其他好文   时间:2019-02-15 13:20:35    阅读次数:155
1089 Insert or Merge (25 分)
1089 Insert or Merge (25 分) According to Wikipedia: Insertion sort iterates, consuming one input element each repetition, and growing a sorted output ...
分类:其他好文   时间:2019-02-14 15:18:32    阅读次数:132
UVA948 Fibonaccimal Base【进制】
The well known Fibonacci sequence is obtained by starting with 0 and 1 and then adding the two last numbers to get the next one. For example the third ...
分类:其他好文   时间:2019-02-14 00:20:19    阅读次数:131
UVA10487 Closest Sums【暴力+二分】
Given is a set of integers and then a sequence of queries. A query gives you a number and asks to find a sum of two distinct numbers from the set, whi ...
分类:其他好文   时间:2019-02-13 22:54:34    阅读次数:199
C解1.Two Sum——LeetCode刷题
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2019-02-13 22:30:45    阅读次数:206
UVA11089 Fi-binary Number【数学规律】
A Fi binary number is a number that contains only 0 and 1. It does not contain any leading 0. And also it does not contain 2 consecutive 1. The first ...
分类:其他好文   时间:2019-02-13 00:21:20    阅读次数:237
CF1025B Weakened Common Divisor
题目描述: During the research on properties of the greatest common divisor (GCD) of a set of numbers, Ildar, a famous mathematician, introduced a brand ne ...
分类:其他好文   时间:2019-02-11 16:53:43    阅读次数:210
19.2.11 [LeetCode 64] Minimum Path Sum
Given a m x n grid filled with non-negative numbers, find a path from top left to bottom right which minimizes the sum of all numbers along its path. ...
分类:其他好文   时间:2019-02-11 12:47:04    阅读次数:142
代码面试集锦 1 - Uber
Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original ar ...
分类:其他好文   时间:2019-02-11 10:22:20    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!