Owl Get a Life
smurf.cpp: In function ‘int main()’:smurf.cpp:10:14: error: expected ‘;’ before ‘reverse’ 10 | cin >> a[i] | ^ | ; 11 | reverse(a, a + i+1); | ~~~~~~~