复试C++看程序写结果 易错
摘要:
复试C++看程序写结果 易错 #include <iostream> using namespace std; void function(char *& s1, char *& s2){ int i = 0; for(; *s1 != *s2; s1++, s2++) i++; //当两个指针同时 阅读全文
posted @ 2024-03-23 17:19 ᶜʸᵃⁿ 阅读(12) 评论(0) 推荐(0) 编辑