1、一个关于while(cin)和while(getline)的误区int value;while (std::cin >> value) { std::cout << value << std::endl;}std::string line;while ... 技术标签: c++ ...
確定! 回上一頁