KAMIL - Kamil

no tags 

Some kids cannot pronounce all letters, some of them they sometimes pronounce correctly and sometimes incorrectly. Kamil sometimes says T instead of K, but he never says K instead of T. Similarly he sometimes says D instead of G. Instead of R he sometimes says L and sometimes F. Of course it happens that he pronounces the letter correctly. Kamil's father always thinks how many words can mean the word spoken by his son (it doesn't matter if they are real English words).

Task

Write a program which

  • reads from standard input the words spoken by Kamil
  • counts how many different words can that mean
  • writes the outcome on standard output

 

Input

Ten test cases (given one under another, you have to process all!). Every test case is a single line - a word spoken by Kamil. Only 26 capital leters are used. The length of the word is at most 20.

Output

For every testcase write an integer in a single line with a single integer, denoting the number of words which Kamil's word can mean.

Score

The score awarded to your program is the number of bytes the source code you submit. The fewer points you score, the better. Submissions are not allowed to exceed 256 bytes.

Remark. It may turn out impossible to solve this problem in some languages.

Example

Input:
FILIPEK
[and 9 test cases more]

Output:
4
[and 9 test cases more]


hide comments
vicky: 2016-06-15 13:42:23

CPP... 169 bytes 2 lines

alecsey: 2016-05-27 17:45:20

239 in java =)

yash__: 2016-04-29 01:51:35

This problem made me realize why I fell in love with python. Took 10 minutes and 89 bytes :)

sharath_111: 2016-01-30 19:50:40

CPP 220 using getchar :(

anonymous: 2016-01-22 18:54:47

Done it with C#, score = 200;
[I have put everything into one line < 256 characters]

dokz: 2016-01-05 10:24:52

Oh, dear, 218 is the best I could do in C# :( However, it looks like I am the first one who solved this problem in C#.

Last edit: 2016-01-05 10:29:32
Prakhar Dev Gupta: 2015-12-13 05:02:08

140 :(

Prakhar Dev Gupta: 2015-12-13 04:53:54

Why 4 ??
We can only replace the last 'K' in the given test case isn't it? It appears from the question that we dont have to replace F and L .

johnnycash: 2015-10-02 01:01:06

getchar can be used to make it even shorter (c++)

dwij28: 2015-09-29 20:40:21

97.. just not good enough :(
EDIT: Now, reached 70 in python and 32 in ruby. Happy :)

Last edit: 2015-10-06 18:58:07

Added by:Adam Dzedzej
Date:2004-06-08
Time limit:3s
Source limit:256B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:All except: NODEJS OBJC PERL6 SQLITE VB.NET
Resource:Internet Contest Pogromcy Algorytmow (Algorithm Tamers) Round I, 2003