답안 #813525

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
813525 2023-08-07T19:35:29 Z Gabi88 자동 인형 (IOI18_doll) C++14
0 / 100
1 ms 300 KB
#include<bits/stdc++.h>
#include "doll.h"
using namespace std;

void create_circuit(int m, std::vector<int> a) {
	int n = a.size();
	std::vector<int> v(m+1);
	v[0] = -1; v[m] = 0;
	for(int i=1; i<m; i++) v[i] = i+1;
	std::vector<int> x(n), y(n);
	for(int k=0; k<n; k++) { x[k] = -(k+1); y[k] = -(k+2); }
	y[n-1] = 2; answer(v, x, y);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 300 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong serial number
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB wrong serial number
2 Halted 0 ms 0 KB -