#include #include #include using namespace std; int main(void) { string test="STLport"; test+=" hello world"; cout << test << "\n"; return 0; }