float fun(int n)和int fun(int n)有什么区别?
float fun(int n)和int fun(int n)
返回值不一样
float fun(int n) 返回 浮点型
int fun(int n) 返回整数