Submission #1178028

#TimeUsernameProblemLanguageResultExecution timeMemory
1178028mahmudow_mahmytRainforest Jumps (APIO21_jumps)C++20
Compilation error
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; }

Compilation message (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