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
  • 09:10 (UTC +02:00)
View GitHub Profile
@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>