-
Notifications
You must be signed in to change notification settings - Fork 0
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
[소병희] 숨바꼭질3 #184
Conversation
There was a problem hiding this 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 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dp로 풀생각은 못해봤는데 역시...
There was a problem hiding this 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 } |
There was a problem hiding this comment.
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), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
문자열 2진수로 바꾸는 방법 오랜만이네요!😮
"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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
역시 2진수 장인 !!
📌 from issue #180 📌
📋문제 목록📋
ㅠㅠㅠ 이렇게 못풀어오다니....죄송해유😭