| Problem | photo |
|---|---|
| User | andikawahyudi |
| Submission Time | 2026-02-06 23:54:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:30:40: error: ‘min’ cannot be used as a function
30 | min = min(min, *ptr);
| ^
photo.cpp:33:36: error: ‘max’ cannot be used as a function
33 | max = max(max, *ptr);
| ^
photo.cpp:36:37: error: ‘min’ cannot be used as a function
36 | ans = min(ans, max - min);
| ^