Submission #303568

#TimeUsernameProblemLanguageResultExecution timeMemory
303568medmdgCarnival Tickets (IOI20_tickets)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> #include "tickets.h" using namespace std; long long int find_maximum(int k, int **x){ return x[0][0]; }

Compilation message (stderr)

/tmp/ccRzbMwe.o: In function `main':
grader.cpp:(.text.startup+0x3b2): undefined reference to `find_maximum(int, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)'
collect2: error: ld returned 1 exit status