제출 #1196820

#제출 시각아이디문제언어결과실행 시간메모리
1196820kadirPermutation (APIO22_perm)C++20
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #define ull unsigned long long #define ll long long #define ff first #define ss second #define pb push_back using namespace std; const ll mod=1e9+7; const ll inf=1e18; const ll mxn=1e6+5; const ll MAX=1e9+6; const ll logk=18; vector<int> solve(int n, int m,vector<int> v,vector<vector<int>> g) { return {0,1}; }; //int main() { // ios::sync_with_stdio(false); // cin.tie(0); // cout.tie(0); //}

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

/usr/bin/ld: /tmp/ccWHhOCG.o: in function `main':
grader.cpp:(.text.startup+0x259): undefined reference to `construct_permutation(long long)'
collect2: error: ld returned 1 exit status