eastereggs.cpp: In function 'void dfs(int)':
eastereggs.cpp:7:16: error: 'adj' was not declared in this scope
7 | for(auto v:adj[u]){
| ^~~
eastereggs.cpp:8:12: error: 'path' was not declared in this scope; did you mean 'std::filesystem::__cxx11::path'?
8 | if(path[v].empty()){
| ^~~~
| std::filesystem::__cxx11::path
In file included from /usr/include/c++/11/filesystem:45,
from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:129,
from eastereggs.cpp:1:
/usr/include/c++/11/bits/fs_path.h:248:9: note: 'std::filesystem::__cxx11::path' declared here
248 | class path
| ^~~~
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:37:12: error: 'r' was not declared in this scope
37 | return r;
| ^