[백준][Python] 21966 (중략) 문자열 길이에 따라 생략하는 문제 import sys input = sys.stdin.readline N = int(input()) s = input().rstrip() if N practivceAlgorithm/백준 2021.09.03