Skip to content

Commit 17daf58

Browse files
committed
Added more cool stuff
1 parent 7b90b29 commit 17daf58

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

Tries/maximumxorsub.cpp

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,6 @@ Sample Output
2323
7
2424
*/
2525

26-
#include <bits/stdc++.h>
27-
using namespace std;
28-
29-
typedef long long ll;
30-
typedef unordered_map<int, int> umapii;
31-
typedef unordered_map<int, bool> umapib;
32-
typedef unordered_map<string, int> umapsi;
33-
typedef unordered_map<string, string> umapss;
34-
typedef map<string, int> mapsi;
35-
typedef map<pair<int, int>, int> mappiii;
36-
typedef map<int, int> mapii;
37-
typedef pair<int, int> pii;
38-
typedef pair<long long, long long> pll;
39-
typedef unordered_set<int> useti;
40-
41-
#define uset unordered_set
42-
#define it iterator
43-
#define mp make_pair
44-
#define pb push_back
45-
#define all(x) (x).begin(), (x).end()
46-
#define f first
47-
#define s second
48-
#define MOD 1000000007
49-
5026
#include<bits/stdc++.h>
5127
using namespace std;
5228

Tries/maximumxorsubOriginal.cpp

Whitespace-only changes.

0 commit comments

Comments
 (0)