摘要: #include<iostream> // 包含iostream库 using namespace std; // 使用标准命名空间 int main() { // 主函数 int arr[] = {5, 3, 2, 8, 6, 7, 1, 4}; // 定义并初始化数组 int n = sizeo 阅读全文
posted @ 2023-11-06 10:42 阿坦 阅读(49) 评论(0) 推荐(0)