Skip to content

Commit e5fcec5

Browse files
authored
Update Study_BOJ_1253_좋다.py
1 parent e8dde89 commit e5fcec5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_WeeklyChallenges/W08-[TwoPointer]/Study_BOJ_1253_좋다.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
'''
2+
BOJ #1253. 좋다 (골드4)
3+
https://www.acmicpc.net/problem/1253
4+
유형: Two-Pointer
5+
'''
6+
17
import sys
28
input = sys.stdin.readline
39

0 commit comments

Comments
 (0)