Skip to content

Commit 87a02a3

Browse files
docs: 직선 경로 변수 범위 수정
1 parent 60a8d65 commit 87a02a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeTree/2019-2020년/HW_윷놀이_사기단.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) throws IOException{
2626
}
2727
private static void simulation(){
2828
// 윷놀이판 이동 경로 설정
29-
for(int i=0; i<17; i++){
29+
for(int i=0; i<20; i++){ // 직선 경로 이동 처리
3030
for(int j=1; j<=5; j++){ // 윷 놀이 1~5칸 이동 가능
3131
move[i][j] = i+j;
3232
}

0 commit comments

Comments
 (0)