#include <iostream>
#include <sstream>
#include <string>
 
using namespace std;
 
int main() {
    stringstream ss;
    string hello("hello");
    int world = 1234;
    ss << hello << world << endl;
    string res = ss.str();
    cout << res << endl;
    return 0;
}
				I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8c3N0cmVhbT4KI2luY2x1ZGUgPHN0cmluZz4KCnVzaW5nIG5hbWVzcGFjZSBzdGQ7CgppbnQgbWFpbigpIHsKICAgIHN0cmluZ3N0cmVhbSBzczsKICAgIHN0cmluZyBoZWxsbygiaGVsbG8iKTsKICAgIGludCB3b3JsZCA9IDEyMzQ7CiAgICBzcyA8PCBoZWxsbyA8PCB3b3JsZCA8PCBlbmRsOwogICAgc3RyaW5nIHJlcyA9IHNzLnN0cigpOwogICAgY291dCA8PCByZXMgPDwgZW5kbDsKICAgIHJldHVybiAwOwp9