#include using namespace std; class Solution { public: vector> groupAnagrams(vector &strs); };