Owl Get a Life
stepgame.cpp: In function ‘int kadane(std::vector<int>)’:stepgame.cpp:7:25: error: ‘arr’ was not declared in this scope 7 | maxSum = min(maxSum + arr[i], arr[i]); | ^~~