| Problem | maximumtriangle |
|---|---|
| User | gelastropod |
| Submission Time | 2023-12-27 11:22:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximumtriangle.cpp:14:28: error: ‘LONG_MAX’ was not declared in this scope
14 | static const int inf = LONG_MAX;
| ^~~~~~~~
maximumtriangle.cpp:4:1: note: ‘LONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <vector>
+++ |+#include <climits>
4 | using namespace std;