Write a function std::string reverseString(const std::string& s) that returns the reversed string.
std::string reverseString(const std::string& s)
Reversed: BALSETYB [✓] String reverse verified (Time: 0.008s, Memory: 2.2 MB)