摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 const int N = 10010; 4 int d[N]; 5 int main(){ 6 int n, p, h, m; 7 set<pair<int, int>> existed; // 阅读全文
posted @ 2020-11-06 10:47 kyk333 阅读(87) 评论(0) 推荐(0)