Submission #730385

#TimeUsernameProblemLanguageResultExecution timeMemory
730385caganyanmazThousands Islands (IOI22_islands)C++17
Compilation error
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; tuple<bool, vector<int>> find_journey(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >);

Compilation message (stderr)

/usr/bin/ld: /tmp/ccdWq3cV.o: in function `main':
grader.cpp:(.text.startup+0x229): undefined reference to `find_journey(int, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status