답안 #790432

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
790432 2023-07-22T16:16:12 Z alexander707070 레지스터 (IOI21_registers) C++17
0 / 100
1 ms 212 KB
#include<bits/stdc++.h>
#include "registers.h"
#define MAXN 200007
using namespace std;

void construct_instructions(int s, int n, int k, int q){
	append_print(0);
    append_move(1,0);

    append_left(1,1,k);

    append_right(0,0,k);
    append_left(0,0,k);

	append_print(0);
	append_print(1);

	//append_xor(0,0,1);

	append_right(0,0,k);

	append_print(0);
	append_print(1);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Incorrect min value
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Incorrect min value
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Incorrect min value
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Incorrect min value
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Incorrect sorting
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 212 KB Incorrect sorting
2 Halted 0 ms 0 KB -