| Problem | arrayngement |
|---|---|
| User | My12thCodebreakerAccount |
| Submission Time | 2026-06-28 17:22:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
arrayngement.cpp: In function ‘int main()’:
arrayngement.cpp:28:9: error: ‘LLONG_MIN’ was not declared in this scope
28 | int t= LLONG_MIN;
| ^~~~~~~~~
arrayngement.cpp:6:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
5 | #include <deque>
+++ |+#include <climits>
6 | #define int long long