does anyone know what this error actually means?
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr
it happened when i wrote this line...
string output2 = last + first + scores + string(4, ' ').substr(scores.size()) + " ";