一個C語言比大小問題 源代碼如下: # include void main() {int max(int x,int y); int a,b,c,d,e; printf("Please input three numbers:"); scanf("%d%d%d",&a,&b,&c); printf("\n") d=max(a,b); /*此行 ...
wapiknow.baidu.com