eastereggs.cpp: In function 'void dfs(int, int)':
eastereggs.cpp:21:31: error: 'id' was not declared in this scope
21 | tin[v] = timer++; id.pb(v);
| ^~
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:40:54: error: 'id' was not declared in this scope
40 | for(int l = lo; l <= hi; l++) arr.pb(id[l]);
| ^~
eastereggs.cpp:42:33: error: 'id' was not declared in this scope
42 | if(ok) hi = out[id[lo]];
| ^~
eastereggs.cpp:43:31: error: 'id' was not declared in this scope
43 | else lo = tin[id[lo]] + 1;
| ^~