Problem smurf
User saifo3000
Submission Time 2024-06-06 18:55:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 << ' ';
| ~~~