Author: Benjamin Qi
Official Editorial
1#include <bits/stdc++.h>2using namespace std;3 4typedef long long ll;5typedef pair <int, int> pii;6typedef vector<int> vi;7 8#define mp make_pair9#define pb push_back10
Feel free to voice your thoughts in the comments section.