eastereggs.cpp: In function 'void dfs(int, int)':
eastereggs.cpp:13:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0;i<HMS[u].size();i++)
~^~~~~~~~~~~~~~
eastereggs.cpp: In function 'int check(int)':
eastereggs.cpp:29:9: error: 'query' was not declared in this scope
return query(KMS);
^~~~~
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:48:16: error: 'n' was not declared in this scope
for(int i=0;i<n+7;i++) HMS[i].clear();
^