koala.cpp: In function 'int minValue(int, int)':
koala.cpp:10:9: error: 'vectir' was not declared in this scope
10 | vectir <int> r(n, 0);
| ^~~~~~
koala.cpp:10:17: error: expected primary-expression before 'int'
10 | vectir <int> r(n, 0);
| ^~~
koala.cpp:12:22: error: 'r' was not declared in this scope
12 | playRound(b, r);
| ^
koala.cpp:12:9: error: 'playRound' was not declared in this scope; did you mean 'lround'?
12 | playRound(b, r);
| ^~~~~~~~~
| lround
koala.cpp: In function 'int maxValue(int, int)':
koala.cpp:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
23 | }
| ^
koala.cpp: In function 'int greaterValue(int, int)':
koala.cpp:28:1: warning: no return statement in function returning non-void [-Wreturn-type]
28 | }
| ^
koala.cpp: In function 'int minValue(int, int)':
koala.cpp:18:1: warning: control reaches end of non-void function [-Wreturn-type]
18 | }
| ^