杭電2020 絕對值排序 (絕對值+冒泡排序

杭電2020 http://acm.hdu.edu.cn/showproblem.php?pid=2020     題目大意: 普通排序+絕對值,在數組下標加上abs比較即可,用冒泡排序保證輸出結果。   AC代碼: #include <iostream> #include <algorithm> #include <cmath> using namespace std; int n,m; int
相關文章
相關標籤/搜索