Owl Get a Life
snail.cpp: In function ‘int main()’:snail.cpp:53:43: error: expected ‘;’ before ‘if’ 53 | max((long long int)0,sum + lst[i]) | ^ | ; 54 | if(sum >= H){ | ~~