Problem smurf
User Ski3r3n
Submission Time 2023-11-22 10:20:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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