Problem photo
User snorky
Submission Time 2024-09-22 17:54:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

photo.cpp: In function ‘int main()’:
photo.cpp:14:15: error: ‘INT_MAX’ was not declared in this scope
14 | int min = INT_MAX;
| ^~~~~~~
photo.cpp:3:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | using namespace std;