Skip to content

Commit cc459fe

Browse files
Update 14499.cpp
1 parent 7680190 commit cc459fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

0x0D/solutions/14499.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
// Authored by : OceanShape
22
// Co-authored by : BaaaaaaaaaaarkingDog
3-
// http://boj.kr/f4d1f744e8284036b39106a41f13ffe2
3+
// http://boj.kr/01b6c6b9fd7b4bc1af01120310073c33
44
#include <bits/stdc++.h>
55
using namespace std;
66

77
int N, M, x, y, K, command;
88
int board[21][21]; // 지도
99
int dice[7]; // 주사위
10-
// 윗면이 2이고, 동쪽을 바라보는 방향이 6
11-
// [1]
12-
// [5][2][6]
10+
// 윗면이 2이고, 동쪽을 바라보는 방향이 5
1311
// [3]
12+
// [6][2][5]
13+
// [1]
1414
// [4]
1515

1616
int idx[5][4] = {

0 commit comments

Comments
 (0)