📅  最后修改于: 2022-03-11 14:44:58.660000             🧑  作者: Mango
#include
#include
using namespace std;
int main()
{
string input;
getline(cin, input);
cout << "You entered: " << input << endl;
}