Owl Get a Life
boxes2.cpp: In function ‘int32_t main()’:boxes2.cpp:66:23: error: expected ‘;’ before ‘ans’ 66 | if (i)res+=psum[i-1] | ^ | ; 67 | ans=max(ans, res); | ~~~