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))
'CodingTest' 카테고리의 다른 글
SWEA 1206. [S/W 문제해결 기본] 1일차 - View 파이썬 (0) | 2022.06.05 |
---|---|
SWEA 1208. [S/W 문제해결 기본] 1일차 Flatten 파이썬 (0) | 2022.06.05 |
SWEA 1234 [S/W 문제해결 기본] 10일차 - 비밀번호 (0) | 2022.06.05 |
SWEA 14178. 1차원 정원 파이썬 (0) | 2022.06.05 |
[BOJ] 20922 겹치는건 싫어 (0) | 2022.02.19 |