Created
July 7, 2013 12:03
-
-
Save scientist1642/5943251 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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