Skip to content

Instantly share code, notes, and snippets.

@scientist1642
Created July 7, 2013 12:03
Show Gist options
  • Save scientist1642/5943251 to your computer and use it in GitHub Desktop.
Save scientist1642/5943251 to your computer and use it in GitHub Desktop.
#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>
#include <vector>
#include <queue>
#include <set>
#include <map>
#include <cstdio>
#include <cstdlib>
#include <cctype>
#include <cmath>
using namespace std;
const int INF = 1000000009;
const double PI = acos(-1.0);
const double eps = 1e-8;
const int MAXN =0;
const int MAXM =0;
int main() {
// freopen("crusade.in","r",stdin);
// freopen("crusade.out","w",stdout);
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment