单项选择题有以下程序 float fun(int x,int y) return(x+y); main() int a=2,b=5,c=8; printf( %3.0f n ,fun((int)fun(a+c,b),a-c)); 程序运行后的输出结果是