#include#include#include#includeusing namespace std;int main(){ string a,b; int tag,radix; int anum,bnum; //freopen("1010-in.txt","r",stdin); //f...
分类:
其他好文 时间:
2014-09-18 23:32:04
阅读次数:
266
1005. 继续(3n+1)猜想 (25) (ZJUPAT 数学)...
分类:
其他好文 时间:
2014-09-18 22:17:44
阅读次数:
180
#include#include#include#includeusing namespace std;int main(){ int n,d; stack s; //freopen("1015-in.txt","r",stdin); //freopen("1015-out.t...
分类:
其他好文 时间:
2014-09-18 22:13:54
阅读次数:
173
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