SWEA 1213. [S/W 문제해결 기본] 3일차 - String 파이썬
·
CodingTest
for t in range(1, 11) : N = int(input().strip()) words = input().strip() lines = input().strip() strs = lines.split(words) print("#" + str(N) + " " + str(len(strs)-1))
jjongguet
'1213' 태그의 글 목록