Problem 2733 --Character - Counting Characters

2733: Character - Counting Characters

"
Time Limit $1$ 秒/Second(s) Memory Limit $512$ 兆字节/Megabyte(s)
提交总数 $249$ 正确数量 $89$
裁判形式 标准裁判/Standard Judge 我的状态 尚未尝试
难度 分类标签 STL 字符串

Counting Characters 

Write a program which counts and reports the number of each alphabetical letter. Ignore the case of characters.

A sentence in English is given in several lines.

Prints the number of alphabetical letters in the following format: 

a : The number of 'a' 

b : The number of 'b' 

c : The number of 'c' 

 . 

 . 

z : The number of 'z'

This is a pen.
a : 1
b : 0
c : 0
d : 0
e : 1
f : 0
g : 0
h : 1
i : 2
j : 0
k : 0
l : 0
m : 0
n : 1
o : 0
p : 1
q : 0
r : 0
s : 2
t : 1
u : 0
v : 0
w : 0
x : 0
y : 0
z : 0
The number of characters in the sentence < 1200

推荐代码 查看2733 所有题解 上传题解视频得图灵币

本题记录 用 户(点击查看用户) 运行号(点击购买题解) 时 间
算法最快[$0 $ms] 每天一图灵 807057 2022-01-05 23:24:57
内存最少[$0 $KB] 你伦敦的表哥 547155 2019-12-07 19:41:44
第一AC 刘成健 318169 2018-11-18 21:40:11
第一挑战 刘成健 318169 2018-11-18 21:40:11

赛题来源/所属竞赛 会津大学《C++ Programming I》 C++程序设计(入门)

竞赛编号 竞赛名称 竞赛时间 访问比赛
1676 2021-2022-1学期《程序设计技能实训》字符串和指针【21计算机1234班】 2021-12-14 07:00:00 请登录
1488 2019-2020-1学期《C语言程序设计技能实训》第三场:字符串和指针【19计算机12班】 2019-12-04 22:00:00 请登录