제출 #96399

#제출 시각아이디문제언어결과실행 시간메모리
96399figter001게임 (IOI14_game)C++14
컴파일 에러
0 ms0 KiB
#include "game.h" #include <bits/stdc++.h> using namespace std; typedef long long ll; const int maxn = 2000; int cnt[maxn]; int hasEdge(int u, int v) { return ++cnt[max(u,v)] == max(u,v); }

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

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