Search found 1 match

by diegoteran
Thu Sep 17, 2015 4:32 am
Forum: Volume 109 (10900-10999)
Topic: 10986 - Sending email
Replies: 65
Views: 39776

Re: 10986 - Sending email

I don't know why but I keep getting TLE. Is there some way to make it faster? :/

#include <cstdio>
#include <algorithm>
#include <queue>

using namespace std;

typedef pair<int, int> pii;

#define mp make_pair
#define fst first
#define snd second
#define MAXN 20005
#define MAXM 50005

int T, N ...

Go to advanced search