PAT 1085 Perfect Sequence 题目:Given a sequence of positive integers and another positive integer p. The sequence is said to be a "perfect sequence" if ...
分类:
其他好文 时间:
2014-09-07 11:01:24
阅读次数:
245
PAT 1087 All Roads Lead to Rome题目:Indeed there are many different tourist routes from our city to Rome. You are supposed to find your clients the rout...
分类:
其他好文 时间:
2014-09-07 10:59:14
阅读次数:
198
PAT 1084 Broken Keyboard题目:On a broken keyboard, some of the keys are worn out. So when you type some sentences, the characters corresponding to those...
分类:
其他好文 时间:
2014-09-07 10:54:05
阅读次数:
234
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-05 21:08:12
阅读次数:
207
想要锻炼自己的代码能力,看自己能否用最简练的代码AC。下面开始:1006简单的字符转换没什么难度 1 #include 2 using namespace std; 3 int main(){ 4 int n; 5 cin >> n; 6 int bai,shi,ge; 7 ...
分类:
其他好文 时间:
2014-09-02 19:50:45
阅读次数:
166
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-01 22:34:53
阅读次数:
225
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-01 22:33:33
阅读次数:
226
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-01 22:30:03
阅读次数:
290
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-01 22:21:33
阅读次数:
191
PAT (Basic Level) Practise (中文)
分类:
其他好文 时间:
2014-09-01 21:11:23
阅读次数:
249