Submission #304901

# Submission time Handle Problem Language Result Execution time Memory
304901 2020-09-22T07:39:36 Z model_code Stations (IOI20_stations) C++17
0 / 100
1 ms 256 KB
// bad-behavior-die-fast1
#include "stations.h"
#include <vector>
#include <cstdlib>

std::vector<int> label(int n, int k, std::vector<int> u, std::vector<int> v) {
	exit(0);
	return {};
}

int find_next_station(int s, int t, std::vector<int> c) {
	return c[0];
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -