Problem | skips |
---|---|
User | SuzaninTech |
Submission Time | 2025-09-06 18:29:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
skips.cpp: In function ‘int main()’:
skips.cpp:33:15: error: ‘INT_MAX’ was not declared in this scope
33 | ans = INT_MAX; // infinite (or maybe problem expects large value)
| ^~~~~~~
skips.cpp:4:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |