koala.cpp: In function 'int maxValue(int, int)':
koala.cpp:38:1: warning: no return statement in function returning non-void [-Wreturn-type]
38 | }
| ^
koala.cpp: In function 'bool greaterValue(int, int)':
koala.cpp:42:1: warning: no return statement in function returning non-void [-Wreturn-type]
42 | }
| ^
koala.cpp: In function 'int minValue(int, int)':
koala.cpp:34:1: warning: control reaches end of non-void function [-Wreturn-type]
34 | }
| ^
/usr/bin/ld: /tmp/ccuogbR7.o: in function `runGame(int)':
grader.cpp:(.text+0x191): undefined reference to `allValues(int, int, int*)'
collect2: error: ld returned 1 exit status