답안 #28434

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
28434 2017-07-16T05:49:28 Z /*Sn*/(#1133, jjwdi0) Bulb Game (FXCUP2_bulb) C++11
컴파일 오류
0 ms 0 KB
#include "bulb.h"

void init(int N) {  }
int MakeTurn(int M) { return M & 1 ? M + 1 : M - 1; }

Compilation message

/tmp/ccVgiQcw.o: In function `main':
grader.cpp:(.text.startup+0x64): undefined reference to `Init(int)'
collect2: error: ld returned 1 exit status