답안 #454856

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
454856 2021-08-05T09:08:49 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;
}

Compilation message

/usr/bin/ld: /tmp/cc990LUa.o: in function `main':
grader.cpp:(.text.startup+0xd6): undefined reference to `init(int)'
collect2: error: ld returned 1 exit status