#include <iostream> #include <string> using namespace std; int main() { string a = to_string(42); cout << a << endl; return 0; }