2020年5月30日
摘要: A题,要想前面的差小于后面的,只要排一下序然后先输出中间的,在输出前一个,在输出后一个,然后一直一前一后输出就可以了。 #include<bits/stdc++.h> using namespace std; #define LL long long int main() { int t; cin> 阅读全文
posted @ 2020-05-30 11:40 小灰灰的父亲 阅读(109) 评论(0) 推荐(0)