编写一个C程序,运行时输人abc三个值,输出其中值最大者。 #include <stdio.h> void main(){ int a,b,c,max; printf("请输入三个数:"); scanf("%d %d %d"