Owl Get a Life
brick.cpp: In function ‘int main()’:brick.cpp:20:31: error: expected ‘;’ before ‘for’ 20 | sort(ans.rbegin(),ans.rend()) | ^ | ; 21 | for (int i : ans) { | ~~~