library.cpp: In function 'int BS(int, int)':
library.cpp:31:1: warning: control reaches end of non-void function [-Wreturn-type]
31 | }
| ^
/usr/bin/ld: /tmp/cccWr2em.o: in function `Query(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0x80): multiple definition of `Query(std::vector<int, std::allocator<int> > const&)'; /tmp/ccA5HxWl.o:grader.cpp:(.text+0x0): first defined here
/usr/bin/ld: /tmp/cccWr2em.o:(.bss+0xf5600): multiple definition of `__my_judge_::judge'; /tmp/ccA5HxWl.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/cccWr2em.o: in function `Answer(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0xa0): multiple definition of `Answer(std::vector<int, std::allocator<int> > const&)'; /tmp/ccA5HxWl.o:grader.cpp:(.text+0x20): first defined here
/usr/bin/ld: /tmp/cccWr2em.o: in function `main':
library.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccA5HxWl.o:grader.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status