Problem peakfinding
User Harshith
Submission Time 2026-04-06 17:24:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:10:13: error: ‘i’ was not declared in this scope
10 | sort(a+0,a+i);
| ^