Problem ljubomora
User My12thCodebreakerAccount
Submission Time 2026-07-08 09:32:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:62:13: error: ‘LLONG_MIN’ was not declared in this scope
62 | int l = LLONG_MIN;
| ^~~~~~~~~
ljubomora.cpp:54:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
53 | #include <unordered_set>
+++ |+#include <climits>
54 | #endif
ljubomora.cpp:63:10: error: ‘LLONG_MAX’ was not declared in this scope
63 | int r = LLONG_MAX;
| ^~~~~~~~~
ljubomora.cpp:63:10: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?