#includevoid main(){ int a,b,c,max; printf("Enter a,b,c:"); scanf("%d %d %d",&a,&b,&c); max = a; if(max if(max printf("the max number is : %d\n",max);}
scanf() 哪里 有问题
Enter a,b,c 哪些应该属输出
printf(“Enter a,b,c:”);
scanf("%d %d %d",&a,&b,&c);