제출 #1202759

#제출 시각아이디문제언어결과실행 시간메모리
1202759AMel0nGame (IOI14_game)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; typedef long long ll; #define FOR(i,N) for(ll i = 0; i < N; i++) #define all(x) (x).begin(), (x).end() #define F first #define S second #include "game.h" void initialise(int n) { ; } int bruh[1505]; int hasEdge(int u, int v) { if (v > u) swap(u, v); bruh[u]++; return (bruh[u] == u); } // signed main() { // cin.tie(0); ios::sync_with_stdio(false); // }

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

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