摘要: D - D CodeForces - 758A 找每个与最大的差值即可 #include<bits/stdc++.h> using namespace std;#define ll long longconst int N=1e4+7;int a[N];int main(){int n;cin>>n 阅读全文
posted @ 2020-11-01 21:57 CHUNIN 阅读(43) 评论(0) 推荐(0)