📅  最后修改于: 2022-03-11 14:44:54.064000             🧑  作者: Mango
代码示例1
#include
std::string str;
std::getline(std::cin, str);
// The output of std::getline(std::cin, str) will be stored in str.