답안 #821351

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
821351 2023-08-11T09:26:47 Z Dan4Life 자동 인형 (IOI18_doll) C++17
0 / 100
0 ms 212 KB
#include "doll.h"
#include <bits/stdc++.h>
using namespace std;
using vi = vector<int>;
#define pb push_back
#define sz(a) (int)a.size()
#define all(a) begin(a),end(a)

int n, m;
vi a;

void getAns(){
	vi C(m+1);
	for(int i = 0; i <= m; i++) C[i] = (i+1)%(m+1);
	int S = 0;
	vi X(S), Y(S);
	for(int k = 0; k < S; ++k) {
		X[k] = Y[k] = 0;
	}
	answer(C, X, Y);
}

void create_circuit(int M, vi A) {
	n = sz(A); m = M; a = A;
	getAns();
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB wrong motion
2 Halted 0 ms 0 KB -