제출 #650681

#제출 시각아이디문제언어결과실행 시간메모리
650681TobFireworks (APIO16_fireworks)C++14
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #define ll long long #define ff first #define ss second #define all(x) (x).begin(), (x).end() #define pb push_back #define eb emplace_back #define pii pair<int,int> #define count1(x) __builtin_popcount(x) #define endl '\n' using namespace std; const int inf = 1e9 + 7; ll t[inf]; int main(){ int n, m; 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