Skip to content

Commit

Permalink
Update solution.java
Browse files Browse the repository at this point in the history
  • Loading branch information
rhs0266 committed Dec 21, 2022
1 parent c4f69d5 commit bf51fb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static void pro() {
Dy = new int[N];

// 초기값 구하기
if (str.charAt(0) != '0') Dy[0] = 1;

// 점화식을 토대로 Dy 배열 채우기
for (int i = 1; i < N; i++) {
Expand Down Expand Up @@ -96,4 +96,4 @@ String nextLine() {
return str;
}
}
}
}

0 comments on commit bf51fb0

Please sign in to comment.