题解列表

筛选

用全局变量,比较简洁的办法

摘要:这边的话没有考虑传参问题,直接用的全局变量,直接修改数组内容就可以了。#include<stdio.h> int a[10];int max, min;void input(){    int i =……