#include using namespace std; int main(){ string the_thing_we_read; cin >> the_thing_we_read; cout << "We just read: " << the_thing_we_read << "\n"; return 0; }