Problem speakers
User xinjiapowan
Submission Time 2025-09-03 16:01:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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