Raj and Simran

3.7

7 votes
Very-Easy
Problem

Raj and simran are in love. but thakur baldev singh doesnt want them to be together. But baldev Singh cares for her daughter too. He wants raj to prove his love for her daughter and family. So Baldev singh being a great lover of strings sets up problem for raj. he screams out a string and asks simran to choose her favourite alphabet. inorder to win simran, raj would have to speak out the no. of times that character appears in the screamed string.

Input

first line contains T . no of test cases

next T lines contains string s and character c .

Output

count of character c in string s .

Constraint

0 < T < 100

0 < sizeof(string s) <= 1000

c = {a-z}

Sample Input
2
abca a
bbb c
Sample Output
2
0
Time Limit: 2
Memory Limit: 256
Source Limit:
Editor Image

?