POJ 1094 Sorting It All Out(经典拓扑,唯一排序)

摘要: DescriptionAn ascending sorted sequence of distinct values is one in which some form of a less-than operator is used to order the elements from smallest to largest. For example, the sorted sequence A, B, C, D implies that A < B, B < C and C < D. in this problem, we will give you a set of re 阅读全文
posted @ 2012-04-21 11:05 江财小子 阅读(252) 评论(0) 推荐(0)