Problem | peakfinding |
---|---|
User | sussygoose |
Submission Time | 2024-12-26 20:27:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
peakfinding.cpp: In function ‘int main()’:
peakfinding.cpp:12:22: error: expected ‘;’ before ‘}’ token
12 | m = max(m, x)
| ^
| ;
13 | }
| ~