2021年12月14日

实验5

摘要: 任务1: #include <stdio.h> #define N 5 void output(int x[], int n); int main() { int x[N] = {9, 55, 30, 27, 22}; int i; int k; // 用于记录最大元素的下标 int t; // 用 阅读全文

posted @ 2021-12-14 17:30 似有非有,似梦非梦 阅读(46) 评论(2) 推荐(0)

导航