未知题型

下列程序段运行后输出结果是( )。int x=1,y=2,t=3; if(t=x)printf("%d",t); else printf("%d",y);

【参考答案】

1