摘要: http://poj.org/problem?id=1270题目大意:给你一串序列,然后再给你他们部分的大小,要求你输出他们从小到大的所有排列。如a b f g 然后a#include#include#includeusing namespace std;const int MAXN=30;char... 阅读全文
posted @ 2014-01-23 23:13 hr_whisper 阅读(134) 评论(0) 推荐(0) 编辑
摘要: http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2369DescriptionProblem D: Airport ExpressIn a small cit... 阅读全文
posted @ 2014-01-23 10:23 hr_whisper 阅读(155) 评论(0) 推荐(0) 编辑