#include <algorithm>
#include <iostream>
#include <string>
#include <unordered_map>
#include <vector>

using namespace std;

// You will need to compile this file via clang++ -std=c++11 frequency.cpp
