Problem ontheedge
User lty748
Submission Time 2024-08-01 08:33:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ontheedge.cpp: In function ‘int main()’:
ontheedge.cpp:31:48: error: ‘LLONG_MAX’ was not declared in this scope
31 | ll minScore = 0, maxScore = 0, bestScore = LLONG_MAX;
| ^~~~~~~~~
ontheedge.cpp:9:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
8 | #include <queue>
+++ |+#include <climits>
9 | #include <unordered_map>