Problem | paint |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-02-28 16:29:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
paint.cpp: In function ‘int main()’:
paint.cpp:17:30: error: ‘LLONG_MAX’ was not declared in this scope
17 | long long min_cost = LLONG_MAX;
| ^~~~~~~~~
paint.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;