#include<cstring> int main() { char word[100]; cout << "请输入英文句子:"; cin.get(word, 100);//允许空格作为一个字符,使用此代码要在头文件中 ...
確定! 回上一頁