eastereggs.cpp: In function 'int dfs(int, int)':
eastereggs.cpp:11:1: warning: no return statement in function returning non-void [-Wreturn-type]
11 | }
| ^
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:17:14: error: structured binding declaration cannot have type 'int'
17 | int &[a, b]=bridges[i-1];
| ^~~~~~
eastereggs.cpp:17:14: note: type must be cv-qualified 'auto' or reference to cv-qualified 'auto'
eastereggs.cpp:22:16: error: 'n' was not declared in this scope
22 | int l=1, r=n;
| ^