Skip to content

Instantly share code, notes, and snippets.

View geekypandey's full-sized avatar

Anurag Pandey geekypandey

View GitHub Profile
@geekypandey
geekypandey / .skeleton.cpp
Created July 21, 2021 08:37
CP Template File
#include <bits/stdc++.h>
using namespace std;
using ll = long long;
using vi = vector<int>;
using vvi = vector<vector<int>>;
using vl = vector<ll>;
using vvl = vector<vector<ll>>;
using pi = pair<int, int>;
@geekypandey
geekypandey / download_prob.py
Created January 1, 2021 19:17 — forked from ecnerwala/download_prob.py
ecnerwala's CP template system
#!/usr/bin/env python3
"""Download and setup problems from Competitive Companion
Usage:
download_prob.py prob [<name>]
download_prob.py contest [<name>... | -n <number>]
download_prob.py samples
download_prob.py echo
Options: