Problem | dijkstra |
---|---|
User | gsayson |
Submission Time | 2025-08-13 14:17:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dijkstra.cpp: In function ‘int main()’:
dijkstra.cpp:53:27: error: ‘LLONG_MAX’ was not declared in this scope
53 | const long long INF = LLONG_MAX;
| ^~~~~~~~~
dijkstra.cpp:7:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
6 | #include <unordered_set>
+++ |+#include <climits>
7 |