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----
}