#include <iostream>using namespace std;string str_v(3, '7');//str_v is '777'cout << "str_v is " << str_v;