Submission #454856

#TimeUsernameProblemLanguageResultExecution timeMemory
454856zxcvbnmMini tetris (IOI16_tetris)C++14
Compilation error
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;
}

Compilation message (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