類A有如下成員函數 int A::fun(double x){return (int) x/2;} int A::fun(int x){return x*2;} 設a為類A的對象,在主函數中有int s=a.fun(6.0)+a.fun(2),則執(zhí)行該語句后,s的值為()