Problem | heatwv |
---|---|
User | YH |
Submission Time | 2025-02-08 14:17:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
heatwv.cpp: In function ‘int main()’:
heatwv.cpp:32:24: error: ‘INT_MAX’ was not declared in this scope
32 | vector<ll> minDist(n, INT_MAX);
| ^~~~~~~
heatwv.cpp:5:1: note: ‘INT_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <queue>
+++ |+#include <climits>
5 | using namespace std;