Owl Get a Life
smurf.cpp: In function ‘int main()’:smurf.cpp:20:21: error: expected ‘;’ before ‘for’ 20 | reverse(arr, arr+n) | ^ | ; 21 | for(auto it:arr) cout << it << ' '; | ~~~