时间:2012-10-01 18:45:39
main
{ int a[4]={1,2,3,4},s;
s=f(a,4); printf("%dn",s);
}
int f(int t[],int n)
{
电脑版 | 手机版 | 返回顶部