Skip to content

Instantly share code, notes, and snippets.

View karaketir16's full-sized avatar
😑

Osman Karaketir karaketir16

😑
  • ASELSAN
  • Ankara
  • 17:40 (UTC +03:00)
View GitHub Profile
@karaketir16
karaketir16 / comp_macros.h
Created October 21, 2018 14:08 — 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> // istringstream buffer(myString);