class Solution { public: vector<int> invertedIndex(vector<int>& ID, vector<string>& content, string word) { // write code here &nb...