Skip to content

Instantly share code, notes, and snippets.

View michezio's full-sized avatar
🛸
Working from space

Michele Abruzzese michezio

🛸
Working from space
View GitHub Profile
@michezio
michezio / comp_macros.h
Last active March 15, 2024 13:13 — forked from abinashmeher999/comp_macros.h
Some of the most used macros in competitive programming
#include <cmath>
#include <climits>
#include <queue>
#include <vector>
#include <map>
#include <cstdlib>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <sstream>