eastereggs.cpp: In function 'void dfs(int, int, int&, std::vector<int>&, std::vector<int>&, std::vector<std::vector<int> >&)':
eastereggs.cpp:10:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
10 | for (int i = 0; i < Tab[x].size(); i++)
| ~~^~~~~~~~~~~~~~~
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:41:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
41 | if (buff < taken.size() && i == taken[buff] - 1)
| ~~~~~^~~~~~~~~~~~~~
eastereggs.cpp:50:9: error: expected '}' at end of input
50 | {
| ^
eastereggs.cpp:50:9: error: expected '}' at end of input
eastereggs.cpp:28:5: note: to match this '{'
28 | {
| ^
eastereggs.cpp:50:9: error: expected '}' at end of input
50 | {
| ^
eastereggs.cpp:18:1: note: to match this '{'
18 | {
| ^
eastereggs.cpp:50:9: warning: no return statement in function returning non-void [-Wreturn-type]
50 | {
| ^