Problem waterbomb
User Ush
Submission Time 2024-12-04 10:14:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘long long int solve(int, int, std::vector<long long int>&)’:
waterbomb.cpp:12:26: error: ‘LLONG_MAX’ was not declared in this scope
12 | long long latest_T = LLONG_MAX;
| ^~~~~~~~~
waterbomb.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |