DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular...
分类:
其他好文 时间:
2015-08-02 19:47:46
阅读次数:
102
DescriptionA ring is composed of n (even number) circles as shown in diagram. Put natural numbersinto each circle separately, and the sum of numbers i...
分类:
其他好文 时间:
2015-08-01 17:02:18
阅读次数:
101
题目:Given a sequence of integers S = {S1, S2, . . . , Sn}, you should determine what is the value of themaximum positive product involving consecutive ...
分类:
其他好文 时间:
2015-08-01 15:39:01
阅读次数:
124
题目:DescriptionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits0through9once each, such that the f...
分类:
其他好文 时间:
2015-08-01 15:31:42
阅读次数:
161
DescriptionToday on a lecture about strings Gerald learned a new definition of string equivalency. Two stringsaandbof equal length are calledequivalen...
分类:
其他好文 时间:
2015-07-31 23:10:00
阅读次数:
385
DescriptionThe GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular...
分类:
其他好文 时间:
2015-07-31 21:45:50
阅读次数:
144
Description我们知道,在编程中,我们时常需要考虑到时间复杂度,特别是对于循环的部分。例如,如果代码中出现for(i=1;iint c[2001][2001];void init(){int n, m;c[0][0] = 1;for(n = 1; n <= 2000; n++){ c[n][...
分类:
其他好文 时间:
2015-07-31 21:43:25
阅读次数:
182
DescriptionA ring is composed of n (even number) circles as shown in diagram. Put natural numbersinto each circle separately, and the sum of numbers i...
分类:
其他好文 时间:
2015-07-31 21:34:12
阅读次数:
114
Description在一个给定形状的棋盘(形状可能是不规则的)上面摆放棋子,棋子没有区别。要求摆放时任意的两个棋子不能放在棋盘中的同一行或者同一列,请编程求解对于给定形状和大小的棋盘,摆放k个棋子的所有可行的摆放方案C。Input输入含有多组测试数据。每组数据的第一行是两个正整数,n k,用一个空...
分类:
其他好文 时间:
2015-07-31 20:14:53
阅读次数:
97
Watermelon Full of Water
Time Limit: 3 Seconds Memory Limit: 65536 KB
Watermelon is very popular in the hot summer. Students in ZJU-ICPC Team also love watermelon very much and they hope ...
分类:
其他好文 时间:
2015-07-25 07:12:32
阅读次数:
207