摘要: 话不多说,直接上代码。 #include<iostream> #include<string.h> #include<stdlib.h> using namespace std; void test11(int* p) { (*p) = 5; } void test1() { int a = 6; 阅读全文
posted @ 2021-12-26 15:11 念秋 阅读(163) 评论(0) 推荐(0)