koala.cpp: In function 'int minValue(int, int)':
koala.cpp:9:5: error: 'playRound' was not declared in this scope; did you mean 'lround'?
9 | playRound(b,r);
| ^~~~~~~~~
| lround
koala.cpp: In function 'int maxValue(int, int)':
koala.cpp:17:1: warning: no return statement in function returning non-void [-Wreturn-type]
17 | }
| ^
koala.cpp: In function 'bool greaterValue(int, int)':
koala.cpp:20:1: warning: no return statement in function returning non-void [-Wreturn-type]
20 | }
| ^
koala.cpp: In function 'int minValue(int, int)':
koala.cpp:14:1: warning: control reaches end of non-void function [-Wreturn-type]
14 | }
| ^