eastereggs.cpp: In function 'bool ok(int)':
eastereggs.cpp:23:12: error: 'query' was not declared in this scope
23 | return query(v);
| ^~~~~
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:30:17: error: 'bridge' was not declared in this scope; did you mean 'bridges'?
30 | int u = bridge[i].first, v = bridge[i].second;
| ^~~~~~
| bridges
eastereggs.cpp:31:24: error: 'v' was not declared in this scope
31 | g[u].push_back(v);
| ^
eastereggs.cpp:50:1: warning: no return statement in function returning non-void [-Wreturn-type]
50 | }
| ^