Skip to content

Create 백준9095.java#40

Open
syslians wants to merge 1 commit into
mainfrom
BackJoon9095
Open

Create 백준9095.java#40
syslians wants to merge 1 commit into
mainfrom
BackJoon9095

Conversation

@syslians

Copy link
Copy Markdown
Owner

간단한 형식의 점화식 기반 DP 문제!

점화식 기반 DP

@Swacker3927 Swacker3927 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@yu-heejin yu-heejin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

잘 보고가요!

Comment thread KHJ_Root/백준문제/백준9095.java Outdated

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오타 발견!

Suggested change
int[] dp = bew int[12];
int[] dp = new int[12];

Comment thread KHJ_Root/백준문제/백준9095.java Outdated

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

요부분 인덱스 오류 안 나나여?

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

돌려봐야 알긴 합니다만 dp = new int[13] 하는게 더 맞겠네여

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants