답안 #122944

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
122944 2019-06-29T15:34:09 Z onjo0127 Amusement Park (JOI17_amusement_park) C++17
0 / 100
23 ms 2240 KB
#include "Joi.h"
#include <bits/stdc++.h>
using namespace std;

void Joi(int N, int M, int A[], int B[], long long X, int T) {
	for(int i=0; i<N; i++) MessageBoard(i, (X >> (i%60)) & 1);
}
#include "Ioi.h"
#include <bits/stdc++.h>
using namespace std;
using pii = pair<int, int>;

static int move(int x) {
	// printf("dest: %d\n", x);
	return Move(x);
}

static long long ret = 0;

long long Ioi(int N, int M, int A[], int B[], int P, int V, int T) {
	int xx = V;
	while(P % 60 || P + 60 > N) xx = move(--P);
	for(int i=0; i<60; i++) {
		ret |= (xx << i);
		if(i+1 < 60) xx = move(++P);
	}
	return ret;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 888 KB Wrong Answer [7]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 23 ms 2120 KB Wrong Answer [7]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 4 ms 768 KB Wrong Answer [7]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 23 ms 2240 KB Wrong Answer [7]
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 23 ms 2120 KB Wrong Answer [7]
2 Halted 0 ms 0 KB -