#include "deliveries.h"
#include <bits/stdc++.h>
using namespace std;
#define int long long
int l;
vector<signed> w;
void init(signed N, vector<signed> U, vector<signed> V, vector<signed> T, vector<signed> W){
w=W;
l=T[0];
}
long long max_time(signed s, signed x){
w[s]=x;
return 2*l*min(w[0], w[1]);
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
76 ms |
7636 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
3rd lines differ - on the 1st token, expected: '1627540', found: '204' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
76 ms |
7636 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
76 ms |
7636 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
76 ms |
7636 KB |
3rd lines differ - on the 1st token, expected: '39049160', found: '39049014' |
2 |
Halted |
0 ms |
0 KB |
- |