Problem | peakfinding |
---|---|
User | kvankok |
Submission Time | 2023-08-16 17:09:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:11:24: error: ‘max’ cannot be used as a function
11 | max = max(temp, max);
| ^