Skip to content

Commit

Permalink
Update ArraToArrb.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Arman-Ghazaryan authored Feb 17, 2022
1 parent 80f2308 commit 108d946
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ArraToArrb.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <iostream>
#include <vector>
#include <string>

using namespace std;

Expand All @@ -25,4 +24,4 @@ int main()
{
vector<int> a = { 4, 0, 2, -1, 1 };
solution(a, a.size());
}
}

0 comments on commit 108d946

Please sign in to comment.