摘要: G #include<bits/stdc++.h> using namespace std; #define int long long const int maxn = 1e5 + 10; int n ; int a[maxn]; signed main(){ ios::sync_with_std 阅读全文
posted @ 2020-04-13 17:17 Hazelxcf 阅读(241) 评论(0) 推荐(0)
摘要: https://codeforces.com/contest/1339 B题 题意很简单, 排序之后,中间两项的绝对值是最小的,输出l,r的顺序 #import<bits/stdc++.h> using namespace std; int i, k, n, t, a[100005]; int ma 阅读全文
posted @ 2020-04-13 08:10 Hazelxcf 阅读(157) 评论(0) 推荐(0)