排序 冒泡排序 两两交换,依次把最大值移到最后面 #include <iostream> #include <cstring> #include <vector> #include <map> #include <cmath> #include <set> using na……