molecules.cpp: In function 'int Lay(ll*, ll*, ll*, ll, ll)':
molecules.cpp:20:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
molecules.cpp: In function 'int main()':
molecules.cpp:25:8: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
system("color 7E");
~~~~~~^~~~~~~~~~~~
/tmp/ccccpeW5.o: In function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccsHlAPQ.o:molecules.cpp:(.text.startup+0x0): first defined here
/tmp/ccccpeW5.o: In function `main':
grader.cpp:(.text.startup+0x152): undefined reference to `find_subset(int, int, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status