指針、數組等直觀例樣

#include<iostream> #include<vector> #include<string> using namespace std; int main() { string s1; int n; while (cin >>n) { char *s[] = { "azf", "dwg", "hjk" }; char**sp = s; cout << **sp << " " << sp[
相關文章
相關標籤/搜索