/usr/bin/ld: /tmp/ccwSVva4.o: in function `exploreCave(int)':
cave.cpp:(.text+0x1f7): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x27e): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x305): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x3ee): undefined reference to `answer(int*, int*)'
/usr/bin/ld: /tmp/ccMGE04U.o: in function `main':
grader.c:(.text.startup+0x10): undefined reference to `exploreCave'
collect2: error: ld returned 1 exit status