string c;. getline(cin, c);. cout << "c is " << c << endl;. system("pause");. return 0;. } 上面这个程序看起来没有任何问题,先输入int类型 ...
確定! 回上一頁