由于if后面没有加大括号,所以只包含了一条语句
#include"stdio.h"void main(){int a=3,b=4,c=5,t=99;if(ba=c;c=t;if(ab=a;a=t;printf("%d %d %d \n",a,b,c);}
这样就可以轻松得到答案了