class Solution { public: void reverseString(vector& s) { } };
How can write a func that reverses my string by using