Problem | photo |
---|---|
User | melonat |
Submission Time | 2025-02-08 20:29:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:29:20: error: ‘INT_MAX’ was not declared in this scope
29 | int minRange = INT_MAX;
| ^~~~~~~
photo.cpp:6:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
5 | #include <algorithm>
+++ |+#include <climits>
6 | using namespace std;