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
  • 11:22 (UTC +02:00)
View GitHub Profile
@Nabid
Nabid / template.cpp
Last active May 8, 2018 06:59
CPP contest template
/*
Name: Md. Nabid Imteaj
Prob:
Algo:
*/
#pragma comment( linker, "/STACK:16777216" )
#pragma warning( disable:4786 )
#include <cmath>