Problem razlika
User anna15
Submission Time 2024-07-27 10:06:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

razlika.cpp: In function ‘int main()’:
razlika.cpp:30:24: error: ‘LLONG_MAX’ was not declared in this scope
30 | long long answer = LLONG_MAX;
| ^~~~~~~~~
razlika.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 | using namespace std;