导航切换
WWOJ
ProblemSet
Status
RankList
Contest
Recent
F.A.Q
Login
Login
Register
1017: 统计一个整数中数字的个数
Time Limit:
1 Sec
Memory Limit:
128 MB
Submission:
51
AC:
39
Score:
100.00
Submit
Codes
Description
输入一个正整数 repeat (0<repeat<10),做repeat 次下列运算:
读入 1 个整数n(n<10^100),统计并输出n中2 的个数。
Input
见sample
Output
见sample
Samples
input:
3 -21902 2 345543
output:
count=2 count=1 count=0
Source
C语言练习题
Submit
Codes