We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b766c7 commit cb4676eCopy full SHA for cb4676e
13/8.cpp
@@ -42,7 +42,7 @@ vector<Node> getNextPos(Node pos, vector<vector<int> > board) {
42
}
43
44
45
- // 현재 로봇이 가로로 놓여 있는 경우
+ // 현재 로봇이 세로로 놓여 있는 경우
46
int ver[] = {-1, 1};
47
if (pos.pos1Y == pos.pos2Y) {
48
for (int i = 0; i < 2; i++) { // 왼쪽으로 회전하거나, 오른쪽으로 회전
0 commit comments