填空题

以下程序运行后的输出结果是______。
main()
int x,a=1,b=2,c=3,d=4;
x=(a<b) a:b;x=(x<c) x:c;x=(d>x) x:d;
pfintf("%d\n",x);

【参考答案】

A