제출 #460769

#제출 시각아이디문제언어결과실행 시간메모리
460769fuad27게임 (IOI14_game)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #include "game.h" using namespace std; int cnt[2000] = {0}; void intialize(int n){} int hasEdge(int u, int v) { int tmp = (u>v)?u:v; return ++cnt[tmp] == tmp; }

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

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