| Problem | photo |
|---|---|
| User | placeholder |
| Submission Time | 2025-05-13 15:44:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:28:21: error: ‘INT_MAX’ was not declared in this scope
28 | int min_range = INT_MAX;
| ^~~~~~~
photo.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |