摘要: 主函数 #include <bits/stdc++.h> #include "Sort.h" using namespace std; int main(){ int n; cin>>n; Sort.N = n; Sort.Cin(); Sort.Cout(); return 0; } 副函数 cl 阅读全文
posted @ 2024-01-28 11:18 王一行(小号) 阅读(15) 评论(0) 推荐(0)