摘要:
http://www.codechef.com/NOV13还在比...我先放一部分题解吧...Uncle Johny 排序一遍struct node{ int val; int pos;}a[MAXN];int cmp(node a,node b){ return a.val >T){ while(T--){ cin>>n; for(int i = 0 ; i >a[i].val; a[i].pos = i+1; } cin>>m; ... 阅读全文
posted @ 2013-11-08 17:27
Felix_F
阅读(332)
评论(1)
推荐(0)