library.cpp: In function 'int Query(const std::vector<int>&)':
library.cpp:8:38: warning: no return statement in function returning non-void [-Wreturn-type]
int Query (const vector < int > &m) {};
^
/tmp/cc3dsOWM.o: In function `Query(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0x30): multiple definition of `Query(std::vector<int, std::allocator<int> > const&)'
/tmp/cceWF8VP.o:grader.cpp:(.text+0x140): first defined here
/tmp/cc3dsOWM.o: In function `Answer(std::vector<int, std::allocator<int> > const&)':
library.cpp:(.text+0x40): multiple definition of `Answer(std::vector<int, std::allocator<int> > const&)'
/tmp/cceWF8VP.o:grader.cpp:(.text+0x4a0): first defined here
collect2: error: ld returned 1 exit status