제출 #1212222

#제출 시각아이디문제언어결과실행 시간메모리
1212222ProtonDecay314밀림 점프 (APIO21_jumps)C++20
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h>
#include "jumps.h"
using namespace std;
typedef long long ll;
typedef vector<ll> vll;
typedef vector<vll> vvll;
typedef pair<ll, ll> pll;
typedef vector<pll> vpll;
typedef vector<int> vi;
typedef vector<vi> vvi;
typedef pair<int, int> pi;
typedef vector<pi> vpi;
typedef vector<bool> vb;
#define INF(dt) numeric_limits<dt>::max()
#define NINF(dt) numeric_limits<dt>::min()
#define pb push_back

int minimum_jumps(int A, int B, int C, int D) {
    return C - B;
}

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

/usr/bin/ld: /tmp/ccf1tH1O.o: in function `main':
stub.cpp:(.text.startup+0x15d): undefined reference to `init(int, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status