areaconvert-1.0/
areaconvert-1.0/h/
/*
 * Copyright Matt Goff (Kline) 2009
 * If you use my code, please give credit where it is due.
 * Support provided at www.ackmud.net
 */

#include <algorithm>
#include <cstdlib>
#include <iostream>
#include <istream>
#include <fstream>
#include <string>
#include <sstream>
#include <bitset>
#include <list>

using namespace std;