/usr/bin/ld: /tmp/ccSbkhkR.o: in function `main':
grader.c:(.text.startup+0x10): undefined reference to `exploreCave'
/usr/bin/ld: /tmp/cc4poK5Y.o: in function `exploreCave(int)':
cave.cpp:(.text+0xf9): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x139): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x170): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x178): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x1af): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x1c8): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x1e0): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x206): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x225): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x245): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x267): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x297): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x2b7): undefined reference to `answer(int*, int*)'
collect2: error: ld returned 1 exit status