摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N = 1e3 + 10; 4 int n, d[N]; //n个数 离散化后数组 5 struct node { 6 int x, id; 7 bool operator<( 阅读全文
posted @ 2022-03-20 11:05 std&ice 阅读(63) 评论(0) 推荐(0) 编辑