cherriverhee.log
로그인
cherriverhee.log
로그인
#2748
강채희
·
2021년 5월 26일
팔로우
0
DP
boj
python
0
파이썬 알고리즘 with BOJ
목록 보기
1/13
#2748
문제
풀이
N=int(input()) dp=[0]*(N+1) dp[1]=1 for i in range(2,N+1): dp[i]=dp[i-1]+dp[i-2] print(dp[N])
강채희
팔로우
다음 포스트
#1463
0개의 댓글
댓글 작성
관련 채용 정보