标签:
if(a>b)
{
printf("max=%d\n",a);
}
else
printf("max=%d\n",b);
窗口迅速关闭的解决办法/scanf/if/for/break
原文地址:http://www.cnblogs.com/CATHY-MU/p/5890983.html