通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
有类定义 class SAMPLE { int n; public: SAMPLE(int i=0){n=i;} void setValue(int n0); }; ,下列关于setValue函数的实现中,正确的是()。