首页 新闻 会员 周边
3
回答数

待解决问题 5 c++初学者遇见的问题

include<iostream> using namespace std; int fun1(int a) { return a; } int& fun2(int a) { return a; }