homecoming.cpp: In function 'int main()':
homecoming.cpp:22:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 0; i < s.size(); i++){
~~^~~~~~~~~~
/tmp/cchiET3J.o: In function `main':
homecoming.cpp:(.text.startup+0x0): multiple definition of `main'
/tmp/ccL5hl9c.o:grader.cpp:(.text.startup+0x0): first defined here
/tmp/ccL5hl9c.o: In function `main':
grader.cpp:(.text.startup+0xff): undefined reference to `solve(int, int, int*, int*)'
collect2: error: ld returned 1 exit status