Submission #1131693

#TimeUsernameProblemLanguageResultExecution timeMemory
1131693algoproclubEscape Route (JOI21_escape_route)C++20
Compilation error
0 ms0 KiB
// UUID: 344f0a64-cbe4-49bf-891d-ed543ca57354 #include <bits/stdc++.h> using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(nullptr); }

Compilation message (stderr)

/usr/bin/ld: /tmp/ccNWidWZ.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccvf4dlQ.o:escape_route.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccNWidWZ.o: in function `main':
grader.cpp:(.text.startup+0x6e0): undefined reference to `calculate_necessary_time(int, int, long long, int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<long long, std::allocator<long long> >, std::vector<long long, std::allocator<long long> >, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >, std::vector<long long, std::allocator<long long> >)'
collect2: error: ld returned 1 exit status