#include #include int main() { std::string a = "KEK"; a.append(std::to_string(10)); std::cout << a << std::endl; }