Problem peakfinding
User kvankok
Submission Time 2023-08-16 17:09:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:11:24: error: ‘max’ cannot be used as a function
11 | max = max(temp, max);
| ^