eastereggs.cpp: In function 'int findegg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:17:9: error: 'll' was not declared in this scope
17 | for(ll i=0;i<n;i++)
| ^~
eastereggs.cpp:17:16: error: 'i' was not declared in this scope
17 | for(ll i=0;i<n;i++)
| ^
eastereggs.cpp:25:5: error: 'll' was not declared in this scope
25 | ll l=0,e=e.size()-1;
| ^~
eastereggs.cpp:26:12: error: 'l' was not declared in this scope
26 | while (l < r)
| ^
eastereggs.cpp:26:16: error: 'r' was not declared in this scope
26 | while (l < r)
| ^
eastereggs.cpp:34:14: error: 'l' was not declared in this scope
34 | return e[l];
| ^