제출 #701905

#제출 시각아이디문제언어결과실행 시간메모리
701905PCTprobability휴가 (IOI14_holiday)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
#include "holiday.h"
using namespace std;
using ll = long long;
ll findMaxAttraction(ll n,ll start,ll d,ll attraction[]){
  return 60;
}

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

/usr/bin/ld: /tmp/ccCa1Nee.o: in function `main':
grader.cpp:(.text.startup+0xaf): undefined reference to `findMaxAttraction(int, int, int, int*)'
collect2: error: ld returned 1 exit status