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
Miroslav Kovar: 2014-08-02 23:33:48

Throws segfault on the server, runs fine locally... Why?

Rachit: 2014-06-29 00:39:11

hahaha still laughing on this :P

i removed all identation all spaces
int main(){........}
:P
n every time i reduces a space score decreases means its good :P :)
hell of a question =D

rick: 2014-06-23 21:51:33

nicely works in dev cpp
but is >256 B ! what do?

Last edit: 2014-06-23 21:52:27
rohan: 2014-05-30 10:06:11

exceeding time limit ... no idea why!!!

Kamil: 2014-02-21 20:51:43

wow my name is kamil :)
Edit : really??

Last edit: 2014-04-24 21:45:53
Anubhav Balodhi : 2014-01-17 07:55:50

@Yashvir how about 68 char in python...

Yashvir Singh: 2014-01-16 19:36:18

done in 21 char in awk after so many tries

Last edit: 2014-01-16 19:36:49
Samil Vargas: 2013-12-28 04:57:24

plz some testcases someone

Virat Goyal: 2013-12-26 11:34:40

is it possible to do this code in java?

abhijit: 2013-12-26 05:15:50

provide some test cases


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