Submission #1051618

#TimeUsernameProblemLanguageResultExecution timeMemory
1051618AndreasKTropical Garden (IOI11_garden)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; #define designed ios_base::sync_with_stdio(0); #define by cin.tie(0); #define AndreasK cout.tie(0); #define int long long #define ii pair <int,int> #define vi vector <int> #define iii pair <int,ii> #define vii vector <ii> #define vc vector <char> #define vb vector <bool> void count_routes(int N, int M, int P, int R[][2], int Q, int G[]) { }

Compilation message (stderr)

/usr/bin/ld: /tmp/ccENTLYA.o: in function `main':
grader.cpp:(.text.startup+0x3f): undefined reference to `count_routes(int, int, int, int (*) [2], int, int*)'
collect2: error: ld returned 1 exit status