제출 #418335

#제출 시각아이디문제언어결과실행 시간메모리
418335jacquesamselMechanical Doll (IOI18_doll)C++14
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> using namespace std; void create_circuit(int M, vector<int> A) { A.push_back(0); answer(A, {}, {}); }

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

doll.cpp: In function 'void create_circuit(int, std::vector<int>)':
doll.cpp:6:5: error: 'answer' was not declared in this scope
    6 |     answer(A, {}, {});
      |     ^~~~~~