摘要: #include#include#include#includeusing namespace std;int a[10010];int c[10010];struct Node{ int id; int num;} node[10010];int cmp(Node a, Node b){ retu... 阅读全文
posted @ 2014-11-13 21:20 豪气干云 阅读(151) 评论(0) 推荐(0)