Problem problemsetter
User CHEN115217
Submission Time 2026-03-13 19:20:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

problemsetter.cpp: In function ‘int main()’:
problemsetter.cpp:48:90: error: ‘LLONG_MAX’ was not declared in this scope
48 | auto it = lower_bound(contests.begin(), contests.end(), make_pair(problem.first, LLONG_MAX));
| ^~~~~~~~~
problemsetter.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;