int addUp(int a,int b=0,int c=0){ return a+b+c;}
/*下面这个是直接输出和的*/void addUp(int a,int b =0,int c = 0){ cout< }