Submission #973510

# Submission time Handle Problem Language Result Execution time Memory
973510 2024-05-02T06:06:09 Z FynjyBath Hexagonal Territory (APIO21_hexagon) C++14
Compilation error
0 ms 0 KB
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
typedef long double ld;
typedef unsigned long long ull;

#define F first
#define S second
#define endl '\n'

signed main() {
}

Compilation message

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