Problem entropy
User Pan
Submission Time 2023-11-23 20:08:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

entropy.cpp: In function ‘int main()’:
entropy.cpp:17:9: error: ‘LLONG_MAX’ was not declared in this scope
17 | ll ans=LLONG_MAX;
| ^~~~~~~~~
entropy.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <deque>
+++ |+#include <climits>
5 | using namespace std;