Problem runway
User Pan
Submission Time 2023-11-23 00:26:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:12:25: error: ‘LLONG_MAX’ was not declared in this scope
12 | ll lo=0, hi=0, minlo = LLONG_MAX;
| ^~~~~~~~~
runway.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <algorithm>
+++ |+#include <climits>
5 | typedef long long ll;