| Problem | cht |
|---|---|
| User | THXuan |
| Submission Time | 2025-03-18 18:52:00 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cht.cpp:26:24: error: ‘LLONG_MAX’ was not declared in this scope
26 | static const ll inf = LLONG_MAX;
| ^~~~~~~~~
cht.cpp:13:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
12 | #include <set>
+++ |+#include <climits>
13 | #define INF 1e9