摘要: 原题链接 #include<iostream> #include<math.h> #include<algorithm> using namespace std; int a[200005]; int main() { int n; cin >> n; int res = 1000000; for 阅读全文
posted @ 2022-09-05 16:32 takeay 阅读(29) 评论(0) 推荐(0)