# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
454857 | 2021-08-05T09:09:19 Z | zxcvbnm | Mini tetris (IOI16_tetris) | C++14 | 0 ms | 0 KB |
#include "tetris.h" #include <bits/stdc++.h> using namespace std; signed main() { return 0; } void init(int n) { } int position; int rotation; void new_figure(int figure_type) { } int get_position() { return 0; } int get_rotation() { return 0; }