Problem waterbomb
User lzy
Submission Time 2024-12-02 15:09:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:22:32: error: ‘LLONG_MAX’ was not declared in this scope
22 | long long max_start_time = 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 | using namespace std;