답안 #304901

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
304901 2020-09-22T07:39:36 Z model_code 기지국 (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];
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 256 KB Unexpected end of file - int32 expected
2 Halted 0 ms 0 KB -