| Problem | photo |
|---|---|
| User | ashgreninja1006 |
| Submission Time | 2026-02-20 17:23:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
photo.cpp: In function ‘int main()’:
photo.cpp:7:34: error: ‘INT_MAX’ was not declared in this scope
7 | int n, s, x, output1, output2 = INT_MAX-1;
| ^~~~~~~
photo.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | using namespace std;