molecules.cpp: In function 'int main()':
molecules.cpp:8:12: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
8 | freopen("input.txt","r",stdin);
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/tmp/ccVaVAjU.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccJ1Zhr2.o:molecules.cpp:(.text.startup+0x0): first defined here
/tmp/ccJ1Zhr2.o: In function `main':
molecules.cpp:(.text.startup+0x149): undefined reference to `find_subset(int, int, std::vector<int, std::allocator<int> >)'
/tmp/ccVaVAjU.o: In function `main':
grader.cpp:(.text.startup+0x139): undefined reference to `find_subset(int, int, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status