We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dde89 + e5fcec5 commit 614186cCopy full SHA for 614186c
1 file changed
_WeeklyChallenges/W08-[TwoPointer]/Study_BOJ_1253_좋다.py
@@ -1,3 +1,9 @@
1
+'''
2
+BOJ #1253. 좋다 (골드4)
3
+https://www.acmicpc.net/problem/1253
4
+유형: Two-Pointer
5
6
+
7
import sys
8
input = sys.stdin.readline
9
0 commit comments