Problem | peakfinding |
---|---|
User | Biologyhater123 |
Submission Time | 2025-02-26 16:22:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int32_t main()’:
peakfinding.cpp:12:14: error: request for member ‘begin’ in ‘arr’, which is of non-class type ‘long long int [n]’
12 | sort(arr.begin(), arr.end(), greater<int>());
| ^~~~~
peakfinding.cpp:12:27: error: request for member ‘end’ in ‘arr’, which is of non-class type ‘long long int [n]’
12 | sort(arr.begin(), arr.end(), greater<int>());
| ^~~