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
原题链接在这里: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
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
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
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
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
【参考博客】: 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
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
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