Problem photo
User ShaquilleOatmeal34
Submission Time 2025-02-13 16:52:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp: In function ‘int main()’:
photo.cpp:36:30: error: ‘INT_MIN’ was not declared in this scope
36 | int current_max_height = INT_MIN;
| ^~~~~~~
photo.cpp:5:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <algorithm>
+++ |+#include <climits>
5 |
photo.cpp:44:20: error: ‘INT_MAX’ was not declared in this scope
44 | int min_diff = INT_MAX;
| ^~~~~~~
photo.cpp:44:20: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?