A.int max(int a,int b,int c,int d=0); B.int max(int a,int b,int c=0,int d=0); C.int max(int a=0,int b,int c=0,int d=0); D.int max(int a,int b=0,int c=0,int d=0);
A.內(nèi)聯(lián)函數(shù) B.重載函數(shù) C.遞歸函數(shù) D.嵌套函數(shù)