답안 #1078636

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
1078636 2024-08-28T02:12:31 Z sqrteipi 가장 긴 여행 (IOI23_longesttrip) C++17
컴파일 오류
0 ms 0 KB
#include "longesttrip.h"
#include <bits/stdc++.h>

using namespace std;
#define int long long

vector<signed> longest_trip(int N, int D) {
  return {1, 2};
}

Compilation message

/usr/bin/ld: /tmp/cczdV1Lc.o: in function `main':
stub.cpp:(.text.startup+0x95): undefined reference to `longest_trip(int, int)'
collect2: error: ld returned 1 exit status