main(){intx=11;while(x>10&&x%50){x++;if(x/3){x++;break;)elsecontinue;}printf("%d\n",x);}
13
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。