1003. 我要通过!(20) (ZJUPAT 模拟)...
分类:
其他好文 时间:
2014-09-18 20:47:24
阅读次数:
185
1004. 成绩排名 (20) (ZJUPAT 结构体)...
分类:
其他好文 时间:
2014-09-18 20:44:44
阅读次数:
160
A suffix tree (also called PAT tree or, in an earlier form, position tree) is a compressed trie containing all the suffixes of the given text as their...
分类:
其他好文 时间:
2014-09-18 18:49:24
阅读次数:
342
问题描述题目来源:PAT ds 2-08给定四个数字a, b, c, d,取值范围为[1, 13];添加合适的运算符 + , - , * , /, 和括号(, )使得表达式等于24,给出一种可能的表达式方案;如果不可能则返回-1。例如:输入2, 3, 12, 12, 输出 ((3-2)*12) + ...
分类:
其他好文 时间:
2014-09-18 12:45:53
阅读次数:
283
1002. 写出这个数 (20)(ZJUPAT 数学题)...
分类:
其他好文 时间:
2014-09-17 21:56:02
阅读次数:
248
PAT 1001. 害死人不偿命的(3n+1)猜想 (15)...
分类:
其他好文 时间:
2014-09-17 20:26:32
阅读次数:
180
五、Plist文件String方式添加NSString *path=[NSHomeDirectory() stringByAppendingPathComponent:@"Array.plist"];NSString *content=@"abcd";[contect writeToFile:pat...
分类:
移动开发 时间:
2014-09-17 11:33:32
阅读次数:
258
The xor-longest PathTime Limit:2000MSMemory Limit:65536KTotal Submissions:3875Accepted:850DescriptionIn an edge-weighted tree, the xor-length of a pat...
分类:
其他好文 时间:
2014-09-13 23:59:06
阅读次数:
434
pat 1085. Perfect Sequence (25)
时间限制
300 ms
内存限制
32000 kB
代码长度限制
16000 B
判题程序
Standard
作者
CAO, Peng
Given a sequence of positive integers...
分类:
其他好文 时间:
2014-09-13 04:08:14
阅读次数:
278
1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 10 using namespace std; 11 12 typedef pa...
分类:
其他好文 时间:
2014-09-13 02:59:14
阅读次数:
210