[23-02-03] hyuksoon.py #55
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Summary
N으로 표현
dp라는게 안써있었다면 못풀지 않았을까 생각이 들었슴다,,
첨엔 사실 틀린 점화식을 생각했었어요
dp[x]=x라는 숫자를 만드는데 필요한 숫자N의 갯수
로 생각하다가 그러면 너무 커지기도 하고 12의 사칙연산을 다 생각해야한단 점에서 틀렸다는걸 알았고
어찌저찌 하다가 최대 8개까지만 쓸 수 있다는걸 그제서야 발견해서 풀었습니다.
체육복
이것도 조이스틱처럼 예전에 풀었었는데 지금은 틀린 코드가 되어있었어요
그땐 교집합 구하느라 인터섹션 어쩌구 사용했었는데
익숙한 코드가 아니라서 실전가면 생각 안날까봐 없이 풀어봤슴니다(찾아보기 귀찮아서는 아님 ㅎㅎ,,사실 "a in list" 쓰기 싫어서 첨에 해시로 푼건데 풀다보니까 점점 귀찮아서 그냥 썼어요)
ISSUE NUMBER