| Problem | whalemewing |
|---|---|
| User | JustKitkat |
| Submission Time | 2025-05-12 23:34:09 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
whalemewing.cpp: In function ‘int main()’:
whalemewing.cpp:28:17: error: ‘LLONG_MIN’ was not declared in this scope
28 | ll max_score = LLONG_MIN;
| ^~~~~~~~~
whalemewing.cpp:5:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <set>
+++ |+#include <climits>
5 | #include <limits>