제출 #1178028

#제출 시각아이디문제언어결과실행 시간메모리
1178028mahmudow_mahmyt밀림 점프 (APIO21_jumps)C++20
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #define ll long long #define ff first #define ss second #define mxn 100002 #define pb push_back #define yes cout<<"YES"<<endl #define no cout<<"NO"<<endl using namespace std; int minimum_jumps(int a,int b,int c,int d){ return c-b; }

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

/usr/bin/ld: /tmp/ccQWIMuR.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