제출 #1078268

#제출 시각아이디문제언어결과실행 시간메모리
1078268Marco_Escandon마술쇼 (APIO24_show)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; typedef int ll; std::vector<std::pair<int,int>> Alice(){ long long x = setN(5000); ll n=5000; vector<pair<ll,ll>> temp; for(int i=1; i<n; i++) { temp.push_back({i,n}); } return temp; }

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

Alice.cpp: In function 'std::vector<std::pair<int, int> > Alice()':
Alice.cpp:6:19: error: 'setN' was not declared in this scope
    6 |     long long x = setN(5000);
      |                   ^~~~
Alice.cpp:6:15: warning: unused variable 'x' [-Wunused-variable]
    6 |     long long x = setN(5000);
      |               ^

/usr/bin/ld: /tmp/ccnMFUNw.o: in function `main':
grader_bob.cpp:(.text.startup+0x324): undefined reference to `Bob(std::vector<std::pair<int, int>, std::allocator<std::pair<int, int> > >)'
collect2: error: ld returned 1 exit status