Problem car
User benji9736
Submission Time 2025-12-27 13:45:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

car.cpp: In function ‘bool can(long long int)’:
car.cpp:13:34: error: ‘LLONG_MAX’ was not declared in this scope
13 | vector <ll> costToReach(n+1, LLONG_MAX);
| ^~~~~~~~~
car.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <deque>
+++ |+#include <climits>
4 | using namespace std;