摘要: 代码如下(c++): #include <iostream> #include <algorithm> //内含sort()函数 #include <cmath> //内含abs()函数 using namespace std; int main(){ int n; cin >> n; int nu 阅读全文
posted @ 2022-04-02 21:42 月光煎茶 阅读(213) 评论(0) 推荐(0)