/usr/bin/ld: /tmp/ccP5t1Ov.o: in function `main':
grader.c:(.text.startup+0x10): undefined reference to `exploreCave'
/usr/bin/ld: /tmp/ccKQ5nRA.o: in function `exploreCave(int)':
cave.cpp:(.text+0xd4): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0xf9): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x119): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x16c): undefined reference to `tryCombination(int*)'
collect2: error: ld returned 1 exit status