Search found 1 match

by indraep
Thu Jun 02, 2011 6:27 pm
Forum: Volume 5 (500-599)
Topic: 544 - Heavy Cargo
Replies: 32
Views: 18478

Re: 544 - heavy cargo

please help me, I always got WA.

#include <iostream>
#include <cstdio>
#include <cstring>
#include <queue>
#include <vector>
#include <map>

using namespace std;

#define REP(i,n) for (int i = 0; i < n; i++)
#define pb push_back
#define mp make_pair
#define CLEAR(m) memset(m, 0, sizeof(m))
#define ...

Go to advanced search