제출 #660121

#제출 시각아이디문제언어결과실행 시간메모리
660121KarukArt Collections (BOI22_art)C++17
컴파일 에러
0 ms0 KiB
#include<bits/stdc++.h> #include "art.h" using namespace std; void solve(int n) { long long num=0; vector<int>d; for(int i=1;i<=n;i++)d.push_back(i); vector<int>ans(n); vector<int>v; for(int i=0;i<n;i++) { v.push_back(publish(temp)); d.push_back(d[0]); d.pop_front(); } v.push_back(v[0]); for(int i=1;i<=n;i++) { int val=v[i]-v[i-1]; val-=n; val*=-1; val--; val/=2; ans[val]=i; } answer(ans); }

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

art.cpp: In function 'void solve(int)':
art.cpp:11:29: error: 'temp' was not declared in this scope
   11 |         v.push_back(publish(temp));
      |                             ^~~~
art.cpp:13:11: error: 'class std::vector<int>' has no member named 'pop_front'
   13 |         d.pop_front();
      |           ^~~~~~~~~
art.cpp:5:15: warning: unused variable 'num' [-Wunused-variable]
    5 |     long long num=0;
      |               ^~~
interface.cpp: In function 'int publish(std::vector<int>)':
interface.cpp:20:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   20 |     if(v.size() != N) {
      |        ~~~~~~~~~^~~~
interface.cpp: In function 'void answer(std::vector<int>)':
interface.cpp:36:17: warning: comparison of integer expressions of different signedness: 'std::vector<int>::size_type' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
   36 |     if(v.size() != N) {
      |        ~~~~~~~~~^~~~