Problem | pandaeyes |
---|---|
User | xinjiapowan |
Submission Time | 2025-09-03 14:06:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pandaeyes.cpp: In function ‘int main()’:
pandaeyes.cpp:23:23: error: ‘LLONG_MIN’ was not declared in this scope
23 | long long last_end = LLONG_MIN;
| ^~~~~~~~~
pandaeyes.cpp:4:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include<algorithm>
+++ |+#include <climits>
4 | using namespace std;