摘要: D.菱菱的旅途 排序 #include <iostream> #include<cstdio> #include<algorithm> typedef long long ll; using namespace std; struct Node{ ll v,id; }node[1000005]; b 阅读全文
posted @ 2019-01-22 17:37 l..q 阅读(143) 评论(0) 推荐(0)