Problem splittingpower
User shoryu386
Submission Time 2024-06-17 16:04:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

splittingpower.cpp: In function ‘int main()’:
splittingpower.cpp:76:6: error: redeclaration of ‘long long int ans’
76 | int ans = best.second;
| ^~~
splittingpower.cpp:63:6: note: ‘long long int ans’ previously declared here
63 | int ans = 0;
| ^~~