#include using namespace std; int main () { string str; cin >> str; cout << "You typed: " << str; return 0; }