B. As Easy As ABC
time limit per test
1 second
memory limit per test
256 megabytes
input
standard input
output
standard output
Input

The input consists of a string $$$s$$$ ($$$1 \le |s| \le 10$$$), where all characters are the same and can either be A, B or C.

Scoring

There are $$$25$$$ possible tests excluding samples. Getting a test correct will give you $$$4$$$ points (for a total of $$$100$$$ points).

Examples
Input
AAAA
Output
273/275
Input
B
Output
272/300
Input
CCCCCCCCC
Output
36/149
Input
AAA
Output
221/225
Input
A
Output
317/323