Problem candymountain_ex
User lty748
Submission Time 2024-07-03 16:46:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candymountain_ex.cpp: In function ‘int main()’:
candymountain_ex.cpp:31:19: error: ‘LLONG_MAX’ was not declared in this scope
31 | ll best = LLONG_MAX;
| ^~~~~~~~~
candymountain_ex.cpp:10:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
9 | #include <queue>
+++ |+#include <climits>
10 | #include <unordered_map>