成员函数重载的话 请写成static student operator+(student stu1,int stu2) { student result(stu1+stu2.c_score); return result; }第1参数为可缺省参数