import sys str=input() s1=str.upper() char=input() char1=char.upper() print(s1.count(char1))
upper表示大写