Skip to content

Instantly share code, notes, and snippets.

@davidkwan95
davidkwan95 / gift1.cpp
Created September 26, 2015 10:59
USACO Training Problem: gift1
/*
ID: davidkw2
LANG: C++
TASK: gift1
*/
#include <cstdio>
#include <cstdlib>
#include <iostream>
#include <fstream>