摘要: #include #include #include using namespace std; int comp(const void*a,const void*b) { return *(int*)a-*(int*)b; } bool good_order(const void *a ,const void *b) { return *((long long*)a) ... 阅读全文
posted @ 2016-05-01 17:22 141421356 阅读(236) 评论(0) 推荐(0)