Problem | trapezes |
---|---|
User | Elnathan |
Submission Time | 2023-12-29 15:15:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
trapezes.cpp:6:29: error: storage size of ‘dp’ isn’t known
6 | long long n, l, t, a[2000], dp[], out = LLONG_MAX;
| ^~
trapezes.cpp:6:41: error: ‘LLONG_MAX’ was not declared in this scope
6 | long long n, l, t, a[2000], dp[], out = LLONG_MAX;
| ^~~~~~~~~
trapezes.cpp:3:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
2 | #include <iostream>
+++ |+#include <climits>
3 |