Problem | penguingathering |
---|---|
User | Hijackedsoul |
Submission Time | 2025-05-24 13:52:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
penguingathering.cpp: In function ‘int main()’:
penguingathering.cpp:23:30: error: ‘LLONG_MAX’ was not declared in this scope
23 | long long minAnnoyance = LLONG_MAX;
| ^~~~~~~~~
penguingathering.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <cmath>
+++ |+#include <climits>
4 | using namespace std;