Problem | towerdefense |
---|---|
User | Pan |
Submission Time | 2023-11-27 11:17:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
towerdefense.cpp: In function ‘int main()’:
towerdefense.cpp:22:28: error: ‘LLONG_MAX’ was not declared in this scope
22 | vector<pi> distance(n, mp(LLONG_MAX, 0));
| ^~~~~~~~~
towerdefense.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <queue>
+++ |+#include <climits>
5 | #include <utility>