题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2829 题目描述: Mike is very lucky, as he has two beautiful numbers, 3 and 5. But he is ...
分类:
其他好文 时间:
2018-03-11 14:42:26
阅读次数:
155
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2723 题目描述: Prime Number Definition An integer greater than one is called a prime nu ...
分类:
其他好文 时间:
2018-03-11 14:39:30
阅读次数:
226
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1760 题目描述: As part of an arithmetic competency program, your students will be given ...
分类:
其他好文 时间:
2018-03-11 14:37:56
阅读次数:
155
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2744 题目描述: A regular palindrome is a string of numbers or letters that is the same ...
分类:
其他好文 时间:
2018-03-11 14:36:26
阅读次数:
168
题目连接: acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1109 题目描述: We all know that FatMouse doesn't speak English. But now he has to be prepared ...
分类:
其他好文 时间:
2018-03-11 14:34:43
阅读次数:
200
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2722 题目描述: Our school is planning to hold a new exciting computer programming conte ...
分类:
其他好文 时间:
2018-03-11 14:31:23
阅读次数:
212
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2818 题目描述: Given positive integers B and N, find an integer A such that AN is as cl ...
分类:
其他好文 时间:
2018-03-11 14:27:03
阅读次数:
231
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2724 题目描述: Message queue is the basic fundamental of windows system. For each proce ...
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=2060 题目描述: There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = ...
分类:
其他好文 时间:
2018-03-11 14:18:35
阅读次数:
228
这个是地址 http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=4011 题意:给出n和k,用1到n的数选出k个数组成一个序列,要求是每一个后面的数能整除前面的数。 分析:其后面一个数是多少直接由他前面的数来决定: f[i][j] ...
分类:
其他好文 时间:
2018-03-11 02:53:12
阅读次数:
187