# |
Submission time |
Handle |
Problem |
Language |
Result |
Execution time |
Memory |
5924 |
2014-05-23T14:05:55 Z |
ainta |
Board (CEOI13_board) |
C++ |
|
0 ms |
18460 KB |
#include<stdio.h>
#include<algorithm>
#include<vector>
#define N_ 200010
#define INF 999999999
#define INFL 999999999999999999LL
using namespace std;
int n, w[N_], ed, par[N_], Path[N_], ord[N_], ord_c;
int Count[N_], top;
long long D[N_];
bool v[N_], res;
vector<int>E[N_];
long long Need[N_], Plus[N_];
struct B{
int a;
bool operator <(const B &p)const{
return D[a]>D[p.a];
}
}Heap[N_];
struct A{
long long a, b;
bool operator <(const A &p)const{
return a < p.a;
}
}TP[N_];
int main()
{
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
0 ms |
18460 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |