eastereggs.cpp: In function 'int query(std::vector<int>)':
eastereggs.cpp:5:1: warning: no return statement in function returning non-void [-Wreturn-type]
5 | }
| ^
eastereggs.cpp: In function 'int findEgg(int, std::vector<std::pair<int, int> >)':
eastereggs.cpp:47:1: warning: control reaches end of non-void function [-Wreturn-type]
47 | }
| ^
/usr/bin/ld: /tmp/cc2OCeyL.o: in function `query(std::vector<int, std::allocator<int> >)':
grader.cpp:(.text+0x0): multiple definition of `query(std::vector<int, std::allocator<int> >)'; /tmp/cch2fkhr.o:eastereggs.cpp:(.text.unlikely+0x0): first defined here
collect2: error: ld returned 1 exit status