Problem peakfinding
User jyothircool
Submission Time 2025-03-30 23:01:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:15:18: error: expected ‘}’ at end of input
15 | cout << pq.top();
| ^
peakfinding.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^