답안 #919199

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
919199 2024-01-31T12:50:27 Z PlayVoltz Truck Driver (IOI23_deliveries) C++17
0 / 100
76 ms 7636 KB
#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 -