For example:
string answer = ""; answer = "10"; int a = 1; answer = to_string(a) + answer;
Why doesn\'t this work? Instea