Problem | ljubomora |
---|---|
User | wilson9304 |
Submission Time | 2025-07-18 12:42:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:36:21: error: ‘LLONG_MAX’ was not declared in this scope
36 | sum_2 = LLONG_MAX; // force it to not be equal to `students`
| ^~~~~~~~~
ljubomora.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |