Problem peakfinding
User carson
Submission Time 2025-08-05 22:09:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:6:2: error: ‘vecotr’ was not declared in this scope
6 | vecotr<int>arr(n);
| ^~~~~~
peakfinding.cpp:6:9: error: expected primary-expression before ‘int’
6 | vecotr<int>arr(n);
| ^~~