#include #include #include #include using namespace std; int main(int argc, char** argv) { int n = 172; string str("m"); str += "y"; cout << str << hex << setw(2) << 15U << n << "e!" << endl; return EXIT_SUCCESS; }