| Problem | lis |
|---|---|
| User | rasquait |
| Submission Time | 2026-02-25 21:03:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lis.cpp: In function ‘int main()’:
lis.cpp:7:35: error: ‘INT_MAX’ was not declared in this scope
7 | int n, small=0, big=-1, last=-INT_MAX;
| ^~~~~~~
lis.cpp:2:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | #include <limits>