游客 Signup | Login
中文 | En

2586 - 数字的个数

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

读入一串数字,以句号结束,请统计其中‘0’到‘9’的各个数字的个数。(出现过的数字)

Input

读入一串数字,以句号结束.

Output

统计其中‘0’到‘9’的各个数字的个数

Examples

Input Format

91254782354987012345978.

Output Format

0:1 1:2 2:3 3:2 4:3 5:3 7:3 8:3 9:3