Problem boxes2
User PoTheSloth
Submission Time 2023-12-30 17:21:53
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxes2.cpp:9:60: error: redefinition of ‘long long int ans’
9 | int n, premult[N], postmult[N], a[N], b[N], ans=LLONG_MIN, ans = 0;
| ^~~
boxes2.cpp:9:45: note: ‘long long int ans’ previously defined here
9 | int n, premult[N], postmult[N], a[N], b[N], ans=LLONG_MIN, ans = 0;
| ^~~