Skip to content

Instantly share code, notes, and snippets.

View rkkautsar's full-sized avatar
🏠

Rakha Kanz Kautsar rkkautsar

🏠
View GitHub Profile
@rkkautsar
rkkautsar / Template v1.0.cpp
Last active December 20, 2015 15:29
Programming Contest Template
//IO
#include <iostream> //#include <utility>
#include <fstream>
#include <sstream>
#include <iomanip>
//C Header
#include <cstdio>
#include <cstdlib>
#include <cstring>