제출 #650682

#제출 시각아이디문제언어결과실행 시간메모리
650682TobFireworks (APIO16_fireworks)C++14
컴파일 에러
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;
}

컴파일 시 표준 에러 (stderr) 메시지

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