Submission #304905

# Submission time Handle Problem Language Result Execution time Memory
304905 2020-09-22T07:40:12 Z model_code Stations (IOI20_stations) C++17
0 / 100
2 ms 384 KB
#include "stations.h"
#include <vector>

std::vector<int> label(int n, int k, std::vector<int> u, std::vector<int> v) {
	std::vector<int> labels(n+n%3);
	return labels;
}

int find_next_station(int s, int t, std::vector<int> c) {
	return c[0];
}
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB Invalid length of array as the response of 'label'. scenario=0, n=10, len=11
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 2 ms 364 KB Invalid length of array as the response of 'label'. scenario=1, n=994, len=995
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB Invalid length of array as the response of 'label'. scenario=0, n=2, len=4
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 364 KB Invalid length of array as the response of 'label'. scenario=0, n=2, len=4
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 384 KB Invalid length of array as the response of 'label'. scenario=1, n=998, len=1000
2 Halted 0 ms 0 KB -