Problem | veryeasymath |
---|---|
User | MegaG |
Submission Time | 2025-10-06 18:28:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:50:20: error: ‘LLONG_MIN’ was not declared in this scope
50 | if (num == LLONG_MIN) break; // reached EOF
| ^~~~~~~~~
veryeasymath.cpp:11:1: note: ‘LLONG_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
10 | #include <unordered_set>
+++ |+#include <climits>
11 | #include <utility>