American English and British English differ in several aspects which are reflected in their spelling. One difference frequently observed, is that words written in American English, which have a suffix ze often end in se in British English. Given the American-English spelling of a word which ends in ze your task is to find the total count of all its British and American variants in all the given sequences of words. i.e. you need to account for the cases where the word occurs as it is given to you (i.e. the version ending in -ze) and you also need to find the occurrences of its British-English counterparts (i.e, the version ending in -se).
Constraints:
1 <= N <= 10- Each line doesn't contain more than 10 words (
W). - Each character of
WandW'is a lowercase alphabet. - If
Cis the count of the number of characters ofWorW', then1 <= C <= 201 <= T <= 10W'ends with ze ( US version of the word).