摘要: 这个题是用map函数来做 #include <bits/stdc++.h> using namespace std; int n,x,s,mx; set<int>ans; map<int,int>vis; int main() { ios::sync_with_stdio(false); cin>> 阅读全文
posted @ 2020-02-17 15:56 剑枫 阅读(361) 评论(0) 推荐(1)