답안 #454849

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
454849 2021-08-05T09:05:39 Z zxcvbnm Mini tetris (IOI16_tetris) C++14
0 / 100
1 ms 204 KB
#include "tetris.h"
#include <bits/stdc++.h>
using namespace std;

void init(int n) {
}

int position;
int rotation;

void new_figure(int figure_type) {

}

int get_position() {
	return 0;
}

int get_rotation() {
	return 1;
}

# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Game over! After 2 turns.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 204 KB Game over! After 3 turns.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Game over! After 2 turns.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 204 KB Game over! After 3 turns.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 204 KB Game over! After 2 turns.
2 Halted 0 ms 0 KB -