摘要: 一、algorithm里的sort函数 #include <cstdio> // 数据小的可以用iostream #include <algorithm> // 不能忘记算法库,否则会编译失败。 using namespace std; int main() { int n; scanf("%d", 阅读全文
posted @ 2024-09-07 20:31 Hoyou06 阅读(40) 评论(0) 推荐(0)