#include void main(){ int a,b ; printf("input a b: "); scanf("%d %d", &a, &b ); if ( a printf("%d\n", a ); else printf("%d\n", b );}