/usr/bin/ld: /tmp/cc5WqZVT.o: in function `Query(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0xc0): multiple definition of `Query(std::vector<int, std::allocator<int> > const&)'; /tmp/ccOVqFRQ.o:grader.cpp:(.text+0xc0): first defined here
/usr/bin/ld: /tmp/cc5WqZVT.o:(.bss+0x0): multiple definition of `__my_judge_::judge'; /tmp/ccOVqFRQ.o:(.bss+0x0): first defined here
/usr/bin/ld: /tmp/cc5WqZVT.o: in function `Answer(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0xe0): multiple definition of `Answer(std::vector<int, std::allocator<int> > const&)'; /tmp/ccOVqFRQ.o:grader.cpp:(.text+0xe0): first defined here
/usr/bin/ld: /tmp/cc5WqZVT.o: in function `main':
library.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccOVqFRQ.o:grader.cpp:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status