제출 #454856

#제출 시각아이디문제언어결과실행 시간메모리
454856zxcvbnmMini tetris (IOI16_tetris)C++14
컴파일 에러
0 ms0 KiB
#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; }

컴파일 시 표준 에러 (stderr) 메시지

/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