Skip to content

Commit 77c854b

Browse files
Refactor variable initialization in A_Don_t_Try_to_Count.cpp
1 parent 0165f71 commit 77c854b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

A_Don_t_Try_to_Count.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ int main()
1313
string x, s;
1414
cin >> x >> s;
1515

16-
string cur = x; // start with initial string
17-
int ops = 0; // count operations
16+
string cur = x;
17+
int ops = 0;
1818
bool found = false;
1919

2020
// Cap the maximum length we need to build

0 commit comments

Comments
 (0)