问答题
#include<stdio.h>
int f1(int x,int y){return x>y x:y;)
int f2(int x,int y){return x>y y:x;}
main()
{
int a=4,b=3,c=5,d=2,e,f,g;
e=f2(f1(a,b),f1(C,d));f=f1(f2(a’b),f2(c,d));
g=a+b+c+d-e-f;
printf("%d,%d,%d\n",e,f,g);
}
【参考答案】
4,3,7[解析] #include<stdio.h> int f1(int x,int y){return x>y......
(↓↓↓ 点击下方‘点击查看答案’看完整答案 ↓↓↓)