Problem badchef
User Pan
Submission Time 2023-11-23 15:59:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badchef.cpp: In function ‘int main()’:
badchef.cpp:17:43: error: ‘LLONG_MAX’ was not declared in this scope
17 | for (ll i=1; i<2*t+1; ++i) distance[i] = LLONG_MAX;
| ^~~~~~~~~
badchef.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | #include <utility>