Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f3d94e3

Browse files
계단수
1 parent 3b810a8 commit f3d94e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎challenges/BOJ1562.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dp[i][j][k] += 1 (i = 1)
3636
+= dp[i - 1][j + 1][k] (i != 1, j < 9)
3737
```
3838

39-
점화식은 위와 같이 나타낼 수 있다. 여기서 1,000,000,000으로 나눈 나머지가 해가 된다는 점을 기억해야한다.
39+
점화식은 위와 같이 나타낼 수 있다. 여기서 1,000,000,000으로 나눈 나머지가 해가 된다는 점을 기억해야한다.
4040

4141
``` c++
4242
#include <bits/stdc++.h>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /