koala.cpp: In function 'int minValue(int, int)':
koala.cpp:18:28: error: a function-definition is not allowed here before '{' token
int maxValue(int N, int W) {
^
koala.cpp:25:32: error: a function-definition is not allowed here before '{' token
int greaterValue(int N, int W) {
^
koala.cpp:33:38: error: a function-definition is not allowed here before '{' token
void allValues(int N, int W, int *P) {
^
koala.cpp:43:1: error: expected '}' at end of input
}
^
koala.cpp:43:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^