# include<stdio.h> void fun(int a[10]) { int i,max=0; for(i=0;i<10;i++) if(max<a[i]) {

我要回帖

 

随机推荐