1234567891011
int main() { stringstream out2; ostream& out = out2; out<<"Hello\n"; cout<<out<<endl; return 0; }