if(a>b) t=s+1;
else if(a==b) t=s;
else t=2*s;
printf(“%d\n”,t);
}
若运行时输入5 10 回车,则程序的执行结果是?
main()
{ int s,t,a,b;
sanf(“%d%d”,&a,&