若有函數定義為: int add(int ml=0,int m2=2,int m3=4) {return ml+m2+m3;} 在主函數中有int s=add(1)+add(0,1)+add(0,1,2); 則執(zhí)行此語句后s的值為()