eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:38:29: error: 'n' was not declared in this scope
38 | for(int i = 1; i <= n; ++i){
| ^
eastereggs.cpp:50:29: error: 'n' was not declared in this scope
50 | for(int i = 1; i <= n; ++i){
| ^
eastereggs.cpp:60:29: error: 'n' was not declared in this scope
60 | for(int i = 1; i <= n; ++i){
| ^
eastereggs.cpp:69:33: error: 'n' was not declared in this scope
69 | for(int i = 1; i <= n; ++i){
| ^
eastereggs.cpp:86:29: error: 'n' was not declared in this scope
86 | for(int i = 1; i <= n; ++i)
| ^
eastereggs.cpp:90:33: error: 'n' was not declared in this scope
90 | for(int i = 1; i <= n; ++i)
| ^