#include using namespace std; class Solution { public: int firstUniqChar(string s); bool test(string s, int answer); };