Submission #243987

# Submission time Handle Problem Language Result Execution time Memory
243987 2020-07-02T12:35:41 Z michao Dreaming (IOI13_dreaming) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
#define ll long long int
using namespace std;
const int MAX=1e5+5;

int travelTime(int n,int m,int l,int a[],int b[],int t[])
{
	int ans=0;
	return ans;
}

Compilation message

/tmp/cc1LHDFK.o: In function `main':
grader.c:(.text.startup+0xa2): undefined reference to `travelTime'
collect2: error: ld returned 1 exit status