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