Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[소병희] 숨바꼭질3 #184

Merged
merged 7 commits into from
Oct 3, 2023
Merged

[소병희] 숨바꼭질3 #184

merged 7 commits into from
Oct 3, 2023

Conversation

bngsh
Copy link
Contributor

@bngsh bngsh commented Oct 2, 2023

📌 from issue #180 📌

📋문제 목록📋

숨바꼭질3: ✅
농장 관리: ❎
경주로 건설: ❎
빌런  호석: ❎

ㅠㅠㅠ 이렇게 못풀어오다니....죄송해유😭

@bngsh bngsh added the 병희 label Oct 2, 2023
@bngsh bngsh self-assigned this Oct 2, 2023
Copy link
Member

@soopeach soopeach left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

return@with
}

val dp = IntArray(100_001) { it - n }
Copy link
Member

Choose a reason for hiding this comment

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

dp로 풀생각은 못해봤는데 역시...

Copy link
Member

Choose a reason for hiding this comment

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

병희님 풀이 다시 봐야겠네요!👍👍

return@with
}

val dp = IntArray(100_001) { it - n }
Copy link
Member

Choose a reason for hiding this comment

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

병희님 풀이 다시 봐야겠네요!👍👍

package byeonghee.week46

val number = intArrayOf(
"1110111".toInt(2),
Copy link
Member

Choose a reason for hiding this comment

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

문자열 2진수로 바꾸는 방법 오랜만이네요!😮

Comment on lines +4 to +13
"1110111".toInt(2),
"0010010".toInt(2),
"1011101".toInt(2),
"1011011".toInt(2),
"0111010".toInt(2),
"1101011".toInt(2),
"1101111".toInt(2),
"1010010".toInt(2),
"1111111".toInt(2),
"1111011".toInt(2)
Copy link
Member

Choose a reason for hiding this comment

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

역시 2진수 장인 !!

@bngsh bngsh merged commit f28ffdf into main Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants