词频统计

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

描述

给定一个字符串,统计每个字符出现的次数。

输入

一个字符串

输出

按字符顺序输出每个字符出现的次数

样例1

aabb
a:2
b:2

Limitation

1s, 1024KiB for each test case.

STL(B)

Not Claimed
Status
Done
Problem
19
Open Since
2025-12-5 0:00
Deadline
2025-12-31 23:59
Extension
24 hour(s)