时间:2012-10-01 18:44:39
{ return ((y-x)*x);}
main()
{ int a=3,b=4,c=5,d;
d=f(f(a,b),f(a,c));
printf("%dn",d);
}
程序运行后的输
电脑版 | 手机版 | 返回顶部