eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:49:17: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
49 | for(int i=0;i<v[x].size();i++){
| ~^~~~~~~~~~~~
eastereggs.cpp:57:9: error: 'query' was not declared in this scope
57 | int x=query(sor);
| ^~~~~
eastereggs.cpp:59:21: warning: comparison of integer expressions of different signedness: 'std::map<int, bool>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
59 | if(sorgu.count(i)!=x)h[i]=1;
| ~~~~~~~~~~~~~~^~~