/**/#include "stdio.h"void main(){ int x=2,y=1; if(y<x||(x=10)) printf("%d ",x); else printf("%d ",x);}