可以在输入的时候同时统计最大最小值 摘要:```c #include int main(){ int n; scanf("%d",&n); int arr[n]; int max=0,min=0,…… 题解列表 2024年10月28日 0 点赞 0 评论 232 浏览 评分:0.0