#include "deliveries.h"
#include <bits/stdc++.h>
using namespace std;
int l;
vector<int> w;
void init(int N, vector<int> U, vector<int> V, vector<int> T, vector<int> W){
w=W;
l=T[0];
}
long long max_time(int s, int x){
w[s]=x;
return 2*l*min(w[0], w[1]);
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
67 ms |
10368 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
344 KB |
3rd lines differ - on the 1st token, expected: '1627540', found: '204' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
67 ms |
10368 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
67 ms |
10368 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
67 ms |
10368 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |