码迷,mamicode.com
首页 >  
搜索关键字:positive    ( 2430个结果
PAT甲级——A1103 Integer Factorization
The K?P factorization of a positive integer N is to write N as the sum of the P-th power of Kpositive integers. You are supposed to write a program to ...
分类:其他好文   时间:2019-08-30 18:45:54    阅读次数:48
LeetCode 457. Circular Array Loop
原题链接在这里:https://leetcode.com/problems/circular-array-loop/ 题目: You are given a circular array nums of positive and negative integers. If a number k at ...
分类:其他好文   时间:2019-08-28 13:10:59    阅读次数:81
loj 1038
imi learned a new thing about integers, which is - any positive integer greater than 1 can be divided by its divisors. So, he is now playing with this ...
分类:其他好文   时间:2019-08-28 00:48:41    阅读次数:117
Poj1426 DFS模板题
Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 51502 Accepted: 21541 Special Judge 题目链接:http://poj.org/problem?id=1426 D ...
分类:其他好文   时间:2019-08-25 00:54:37    阅读次数:100
C - Calculation 2 HDU - 3501 (欧拉)
Given a positive integer N, your task is to calculate the sum of the positive integers less than N which are not coprime to N. A is said to be coprime ...
分类:其他好文   时间:2019-08-22 14:45:56    阅读次数:63
HDU 1160 FatMouse's Speed (动态规划、最长下降子序列)
FatMouse's Speed Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 24573 Accepted Submission(s): 10 ...
分类:其他好文   时间:2019-08-22 13:02:15    阅读次数:54
【规律】Farey Sums
【参考博客】: https://blog.csdn.net/meopass/article/details/82952087 Farey Sums 题目描述 Given a positive integer, N, the sequence of all fractions a/b with (0 ...
分类:其他好文   时间:2019-08-21 11:43:18    阅读次数:69
CodeForces-259B]Little Elephant and Magic Square
Little Elephant loves magic squares very much. A magic square is a 3?×?3 table, each cell contains some positive integer. At that the sums of integers ...
分类:其他好文   时间:2019-08-21 09:33:05    阅读次数:119
区间素数筛
题目描述 A positive integer is called a "prime-factor prime" when the number of its prime factors is prime. For example, 12 is a prime-factor prime becaus ...
分类:其他好文   时间:2019-08-21 00:13:23    阅读次数:77
PAT 1010 Radix 进制转换+二分法
Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer is “yes”, if 6 is a decimal number and 110 is ...
分类:其他好文   时间:2019-08-20 20:26:49    阅读次数:77
2430条   上一页 1 ... 23 24 25 26 27 ... 243 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!