Skip to content

Commit 5d7eb29

Browse files
committed
Auto-sync: 2026-02-25 15:28:30
1 parent 0843a66 commit 5d7eb29

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

2000D.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@ void MASTER(){
1919
ll n;cin>>n;
2020
vector<ll>a(n);for(auto & in : a)cin>>in;
2121
string s;cin>>s;
22-
2322
int l = 0;
2423
int r = n-1;
25-
2624
ll sum = 0;
2725
vector<int> pref(n + 1, 0);
2826
for (int i = 0; i < n; i++)

0 commit comments

Comments
 (0)