摘要: 今天遇到了这个问题,代码如下: int test1(int* n, int**const bodys){ if (n == nullptr || bodys == nullptr) { return -1; } *n = 3; std::vector<int >nums= {1, 2, 3}; *b 阅读全文
posted @ 2023-09-04 09:20 eddygo 阅读(36) 评论(0) 推荐(0)