题目1004:Median时间限制:1 秒内存限制:32 兆特殊判题:否提交:14162解决:3887题目描述: Given an increasing sequence S of N integers, the median is the number at the middle position...
分类:
其他好文 时间:
2015-02-14 01:04:14
阅读次数:
219
题目1437:To Fill or Not to Fill时间限制:1 秒内存限制:128 兆特殊判题:否提交:1488解决:345题目描述:With highways available, driving a car from Hangzhou to any other city is easy....
分类:
其他好文 时间:
2015-02-13 19:50:13
阅读次数:
183
题目1468:Sharing时间限制:1 秒内存限制:128 兆特殊判题:否提交:2687解决:550题目描述:To store English words, one method is to use linked lists and store a word letter by letter. T...
分类:
其他好文 时间:
2015-02-13 08:04:31
阅读次数:
162
题目1464:Hello World for U时间限制:1 秒内存限制:128 兆特殊判题:否提交:3872解决:1082题目描述:Given any string of N (>=5) characters, you are asked to form the characters into t...
分类:
其他好文 时间:
2015-02-12 22:42:29
阅读次数:
235
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 using namespace std; 8 int map[15][15]; 9 int main(){10 int P,T,G1,G2,G3,GJ;1...
分类:
其他好文 时间:
2015-02-12 21:23:08
阅读次数:
207
题目1001:A+B for Matrices时间限制:1 秒内存限制:32 兆特殊判题:否提交:15235解决:6172题目描述: This time, you are supposed to find A+B where A and B are two matrices, and then co...
分类:
其他好文 时间:
2015-02-12 21:21:21
阅读次数:
234
题目1003:A+B时间限制:1 秒内存限制:32 兆特殊判题:否提交:12812解决:5345题目描述:给定两个整数A和B,其表示形式是:从个位开始,每三位数用逗号","隔开。现在请计算A+B的结果,并以正常形式输出。输入:输入包含多组数据数据,每组数据占一行,由两个整数A和B组成(-10^9 ....
分类:
其他好文 时间:
2015-02-12 21:19:43
阅读次数:
191
浙江大学pat题库advanced 1010.Radix判题程序一个小小的bug...
分类:
其他好文 时间:
2015-01-23 14:45:08
阅读次数:
155
字符串-05. 字符串循环左移(20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者白洪欢(浙江大学)输入一个字符串和一个非负整数N,要求将字符串循环左移N次。输入格式:输入在第1行中给出一个不超过100个字符长度的、以回车结束的非空字符串;第2行给...
分类:
其他好文 时间:
2015-01-22 14:39:33
阅读次数:
244
字符串-05. 字符串循环左移(20)时间限制400 ms内存限制65536 kB代码长度限制8000 B判题程序Standard作者白洪欢(浙江大学)输入一个字符串和一个非负整数N,要求将字符串循环左移N次。输入格式:输入在第1行中给出一个不超过100个字符长度的、以回车结束的非空字符串;第2行给...
分类:
其他好文 时间:
2015-01-22 13:06:45
阅读次数:
192