用户名或电子邮箱地址
密码
记住我
A、const B、返回类型 C、参数个数 D、参数类型 喵查答案:返回类型
float m=100, n=200; float &refer_m=m, &refer_n=n;