/usr/bin/ld: /tmp/ccK2irnX.o: in function `ask(int*)':
cave.cpp:(.text+0x9): undefined reference to `tryCombination(int*)'
/usr/bin/ld: /tmp/ccK2irnX.o: in function `exploreCave(int)':
cave.cpp:(.text+0x2f4): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x39c): undefined reference to `tryCombination(int*)'
/usr/bin/ld: cave.cpp:(.text+0x42d): undefined reference to `answer(int*, int*)'
/usr/bin/ld: cave.cpp:(.text+0x4d8): undefined reference to `answer(int*, int*)'
/usr/bin/ld: /tmp/ccyKrnDM.o: in function `main':
grader.c:(.text.startup+0x10): undefined reference to `exploreCave'
collect2: error: ld returned 1 exit status