Skip to content

Commit

Permalink
[Silver V] Title: BABBA, Time: 36 ms, Memory: 31120 KB -BaekjoonHub
Browse files Browse the repository at this point in the history
  • Loading branch information
ffvv0123 committed Oct 13, 2024
1 parent 058d0ee commit 3127981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion 백준/Silver/9625. BABBA/BABBA.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
K = int(input())

A = [1]
B = [0]

Expand Down
4 changes: 2 additions & 2 deletions 백준/Silver/9625. BABBA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

### 성능 요약

메모리: 31120 KB, 시간: 40 ms
메모리: 31120 KB, 시간: 36 ms

### 분류

다이나믹 프로그래밍

### 제출 일자

2024년 7월 8일 12:55:11
2024년 10월 14일 00:57:34

### 문제 설명

Expand Down

0 comments on commit 3127981

Please sign in to comment.