/usr/bin/ld: /tmp/cc8BJNEA.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/cccR47HC.o:candies.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/cccR47HC.o: in function `main':
candies.cpp:(.text.startup+0x1b7): undefined reference to `distribute_candies(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
/usr/bin/ld: /tmp/cc8BJNEA.o: in function `main':
grader.cpp:(.text.startup+0x30e): undefined reference to `distribute_candies(std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status