accelerated c++ 練習2-2

#include<iostream> #include<string> using namespace std; int main() { //ask for person's name cout << "Please enter your name: "; string name; cin >> name; //build the message that we intend
相關文章
相關標籤/搜索