- 博客(4)
- 收藏
- 关注
原创 PAT 甲级 1010 Radix (25 分)
//case 0 :6 110 2 2 //case 7 :9999999999 10 1 10 Given a pair of positive integers, for example, 6 and 110, can this equation 6 = 110 be true? The answer isyes, if 6 is a decimal number and 110 ...
2019-07-22 15:49:55 113
原创 PAT 甲级 1060 Are They Equal (25 分)
//case 3: 1 0.01 0.009 //case 6: 2 0 0.0 #include <iostream> #include <string> #include <cstdlib> using namespace std; struct FORM{ string d; int k; }; //case 3:1 ...
2019-06-20 10:39:00 113
原创 PAT 甲级 1155 Heap Paths (30 分)
In computer science, aheapis a specialized tree-based data structure that satisfies the heap property: if P is a parent node of C, then the key (the value) of P is either greater than or equal to...
2019-05-28 16:15:25 104
原创 PAT 《C/C++/Java/Pascal 程序设计基础》习题集 (1) IO
PAT 《C/C++/Java/Pascal 程序设计基础》习题集 最近在学校闲来无事,就做了PAT的习题集,先从基础开始,以下C语言代码为本人所写,均已测试通过,供大家参考。
2015-07-20 14:49:20 540
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人