    #include <vector>
    #include <unordered_set>
    using namespace std;
     
    int main() {
     
    unordered_set<vector<int>> um;
    }