Problem | shoop |
---|---|
User | Random52 |
Submission Time | 2024-12-02 16:58:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
shoop.cpp: In function ‘int main()’:
shoop.cpp:35:21: error: ‘LLONG_MAX’ was not declared in this scope
35 | intmax_t best = LLONG_MAX;
| ^~~~~~~~~
shoop.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <iostream>
+++ |+#include <climits>
5 | #include <vector>