#include <iostream> #include <string> using namespace std; int main() { string input; cout << "Type a word:______\b\b\b\b\b\b"; cin >> input; cout << "You typed: " << input << endl; return 0; }