Skip to content

Instantly share code, notes, and snippets.

View arifhosan's full-sized avatar
🏠
Working from home

Arif Hosan arifhosan

🏠
Working from home
  • RWTH Aachen University
  • Aachen, Germany
  • 01:24 (UTC +02:00)
View GitHub Profile
#include<iostream>
#include<cstring>
#include<string>
#include<stack>
#include<queue>
#include<vector>
#include<set>
#include<map>
#include<algorithm>
#include<cstdio>
/*
5
8 11
9 11
10 12
11 14
12 14
*/
#include<iostream>
#include<cstring>
/*
5 100
55 25
5 15
32 28
27 20
15 20
*/
#include<iostream>
#include<cstring>
@arifhosan
arifhosan / template.cpp
Created January 24, 2016 16:10 — forked from Nabid/template.cpp
CPP contest template
/*
Name: Md. Nabid Imteaj
Prob:
Algo:
*/
#pragma comment( linker, "/STACK:16777216" )
#pragma warning( disable:4786 )
#include <cmath>