findmax函数怎么用 c语言findmax函数 c语言用指针编写findmax函数找到最大值并输出其下标?#include<stdio.h>int findmax(int*p,int n){int i int... 2021-03-15 2723次浏览