Problem waterbomb
User foodaholic
Submission Time 2024-12-03 11:28:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

waterbomb.cpp: In function ‘int main()’:
waterbomb.cpp:15:24: error: ‘LLONG_MAX’ was not declared in this scope
15 | long long time_min=LLONG_MAX;
| ^~~~~~~~~
waterbomb.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <vector>
+++ |+#include <climits>
3 | using namespace std;