Submission #650682

#TimeUsernameProblemLanguageResultExecution timeMemory
650682TobFireworks (APIO16_fireworks)C++14
Compilation error
0 ms0 KiB
#include <bits/stdc++.h>

#define ll long long
#define F first
#define S second
#define all(x) x.begin(), x.end()
#define pb push_back
#define FIO ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0)

using namespace std;

ll nxt() {ll num; cin >> num; return num;}

int n, m;
ll t[1000000000];

int main () {
	cin >> n >> m;

	return 0;
}

Compilation message (stderr)

/usr/bin/ld: failed to convert GOTPCREL relocation; relink with --no-relax
collect2: error: ld returned 1 exit status