摘要: 1) 将引用作为参数 #include<iostream> using namespace std; void Log(int& as, int& bn); // 将参数设置引用. int main() { int xs = 100, ys = 620; cout << "initall a (xs 阅读全文
posted @ 2021-03-16 20:42 #无止境 阅读(27) 评论(0) 推荐(0)