Problem | bestplace |
---|---|
User | penguinzzz |
Submission Time | 2024-02-13 23:02:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:18:32: error: ‘LLONG_MAX’ was not declared in this scope
18 | long long minDistanceSum = LLONG_MAX;
| ^~~~~~~~~
bestplace.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <cmath>
+++ |+#include <climits>
4 |