Skip to content

Commit cb4676e

Browse files
authored
Update 8.cpp
1 parent 8b766c7 commit cb4676e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/8.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ vector<Node> getNextPos(Node pos, vector<vector<int> > board) {
4242
}
4343
}
4444
}
45-
// 현재 로봇이 가로로 놓여 있는 경우
45+
// 현재 로봇이 세로로 놓여 있는 경우
4646
int ver[] = {-1, 1};
4747
if (pos.pos1Y == pos.pos2Y) {
4848
for (int i = 0; i < 2; i++) { // 왼쪽으로 회전하거나, 오른쪽으로 회전

0 commit comments

Comments
 (0)