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