Owl Get a Life
brick.cpp: In function ‘int main()’:brick.cpp:14:8: error: ‘i’ was not declared in this scope 14 | dp[i] = max(dp[i + 1], arr[i]); | ^