eastereggs.cpp: In function 'int findEgg(int, vpii)':
eastereggs.cpp:15:5: error: 'vvi' was not declared in this scope; did you mean 'vi'?
15 | vvi c(n);
| ^~~
| vi
eastereggs.cpp:18:9: error: 'c' was not declared in this scope
18 | c[i.fi-1].pub(i.se-1);
| ^
eastereggs.cpp:18:13: error: 'struct std::pair<int, int>' has no member named 'fi'
18 | c[i.fi-1].pub(i.se-1);
| ^~
eastereggs.cpp:18:25: error: 'struct std::pair<int, int>' has no member named 'se'
18 | c[i.fi-1].pub(i.se-1);
| ^~
eastereggs.cpp:19:13: error: 'struct std::pair<int, int>' has no member named 'se'
19 | c[i.se-1].pub(i.fi-1);
| ^~
eastereggs.cpp:19:25: error: 'struct std::pair<int, int>' has no member named 'fi'
19 | c[i.se-1].pub(i.fi-1);
| ^~
eastereggs.cpp:28:21: error: 'c' was not declared in this scope
28 | for (auto i:c[x])
| ^