please clarify me why it gives me "Compile Error"
Posted: Fri May 19, 2006 12:05 pm
I can't know why it gives me CE.
please, help me.
please, help me.

Code: Select all
//uva 10986 sending e-mails
#if 1
typedef long long xint;
#define format "%lld\n"
#else
typedef __int64 xint;
#define format "%I64d\n"
#endif
#include <stdio.h>
#include <queue>
#include <vector>
#include <algorithm>
#include <functional>
using namespace std;
vector< pair<int, int> > gr[20001];
xint c[20001]; bool d[20001];
cutted----
}