Skip to content

Instantly share code, notes, and snippets.

View vipul43's full-sized avatar
😇
BUSY IN ENGINEERING

vipul vipul43

😇
BUSY IN ENGINEERING
View GitHub Profile
@vipul43
vipul43 / williamlin_cpp_template.cpp
Created July 18, 2020 16:36
william lin cpp template for competitive programming
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define ld long double
#define ar array
#include <ext/pb_ds/assoc_container.hpp>
#include <ext/pb_ds/tree_policy.hpp>
using namespace __gnu_pbds;