#include"stdio.h"
main()
{
int max,x,k=1;
printf("含腊Please input:\n");
do
{
scanf("%d",&x);
if(k==1) {max=x;k=2;}
else if(x>max) max=x;
}while(getchar()!='\n');
printf("max=%d\n",max);
}
用来将依次输入的整数取最小的数输出。用回车结束,但是有一个问题就是,正常输入没有问题,比如输入3
不能打开编译器。 应该是 你的 VC安装错误了吧 你试试别的代码能不能编译 我也不确定
ASDGFSAwfgfdsaeDGJGqh