제출 #1036975

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

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

robot.cpp: In function 'void program_pulibot()':
robot.cpp:5:21: error: expected ',' or ';' before '=' token
    5 |     vector<int> s(5)={0,-2,0,0,-2};
      |                     ^