We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a8d65 commit 87a02a3Copy full SHA for 87a02a3
CodeTree/2019-2020년/HW_윷놀이_사기단.java
@@ -26,7 +26,7 @@ public static void main(String[] args) throws IOException{
26
}
27
private static void simulation(){
28
// 윷놀이판 이동 경로 설정
29
- for(int i=0; i<17; i++){
+ for(int i=0; i<20; i++){ // 직선 경로 이동 처리
30
for(int j=1; j<=5; j++){ // 윷 놀이 1~5칸 이동 가능
31
move[i][j] = i+j;
32
0 commit comments