Problem mirrors
User huangchengcheng
Submission Time 2026-07-24 19:16:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mirrors.cpp: In function ‘int main()’:
mirrors.cpp:20:12: error: ‘LLONG_MIN’ was not declared in this scope
20 | ll ans=LLONG_MIN;
| ^~~~~~~~~
mirrors.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;