summaryrefslogtreecommitdiff
path: root/misc/dotfiles/templates/template.cpp
blob: af07af98cb69ac0d0938269d038bf37c95a82501 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <algorithm>
#include <iterator>
#include <iostream>
#include <iomanip>
#include <cassert>
#include <utility>
#include <string>
#include <vector>
#include <limits>
#include <queue>
#include <cmath>
#include <map>
#include <set>

using namespace std;

using ll = long long;

int main() {

    return 0;
}