koala.cpp: In function 'int minValue(int, int)':
koala.cpp:29:9: warning: 'pos_y' may be used uninitialized in this function [-Wmaybe-uninitialized]
29 | int pos_y;
| ^~~~~
/usr/bin/ld: /tmp/ccHmTIrA.o: in function `runGame(int)':
grader.cpp:(.text+0x191): undefined reference to `allValues(int, int, int*)'
/usr/bin/ld: grader.cpp:(.text+0x1d7): undefined reference to `maxValue(int, int)'
/usr/bin/ld: grader.cpp:(.text+0x207): undefined reference to `greaterValue(int, int)'
collect2: error: ld returned 1 exit status