Problem topical
User Pan
Submission Time 2023-11-05 20:16:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topical.cpp: In function ‘int main()’:
topical.cpp:74:16: error: ‘LLONG_MAX’ was not declared in this scope
74 | module[i] = LLONG_MAX;
| ^~~~~~~~~
topical.cpp:5:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
4 | #include <algorithm>
+++ |+#include <climits>
5 | using namespace std;