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