字串(string). 字串,就是把一堆字元串起來的意思。 ... #include<iostream> using namespace std; int main() { char name[55]; cin >> name; cout << "Your name is ...
確定! 回上一頁