#include <iostream> #include <string> using namespace std; int main() { string name; cout << "Please enter your name" << endl; getline(cin, ...
確定! 回上一頁