제출 #1036972

#제출 시각아이디문제언어결과실행 시간메모리
1036972erering로봇 대회 (IOI23_robot)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> #include "robot.h" using namespace std; void program_pulibot(){ int s[5]={0,-2,0,0,-2}; set_instruction(s,1,'E'); }

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

robot.cpp: In function 'void program_pulibot()':
robot.cpp:6:21: error: could not convert '(int*)(& s)' from 'int*' to 'std::vector<int>'
    6 |     set_instruction(s,1,'E');
      |                     ^
      |                     |
      |                     int*