Skip to content

Commit 0e8ee1b

Browse files
Update string_permutations.cpp
1 parent 29c048b commit 0e8ee1b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Strings/string_permutations.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ int main()
3232
{
3333
fast;
3434

35-
// #ifndef ONLINE_JUDGE
36-
// freopen("input.txt","r",stdin);
37-
// freopen("output.txt","w",stdout);
38-
// #endif
39-
4035
string str;
4136
cin>>str;
4237

0 commit comments

Comments
 (0)