Problem retrenchment
User Zaydluq
Submission Time 2026-06-25 09:56:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

retrenchment.cpp: In function ‘int main()’:
retrenchment.cpp:8:6: error: redeclaration of ‘long long int ans’
8 | int ans = 0;
| ^~~
retrenchment.cpp:7:6: note: ‘long long int ans’ previously declared here
7 | int ans;
| ^~~