c语言 求输入的3个数中的最大值
求输入的3个数中的最大值。main(){ int num1,num2,num3,max; printf(“please input three numbers:”); scanf(“%d,%d,%d”
c语言 求输入的3个数中的最大值