Skip to content

Commit a2e5dd1

Browse files
Update removing_digits.cpp
1 parent a7de801 commit a2e5dd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

removing_digits.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#include <iostream>
33
#include <algorithm>
44
#include <vector>
5+
#include <numeric>
6+
#include <cstring>
57
using namespace std;
68
typedef long long ll;
79
#define sz(x) ((long long)(x).size())

0 commit comments

Comments
 (0)