整数的个数
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.
【题目描述】
给定k(1<k<100)
个正整数,其中每个数都是大于等于1,小于等于10的数。写程序计算给定的k个正整数中,1,5和10出现的次数。
【输入】
输入有两行:第一行包含一个正整数k,第二行包含k个正整数,每两个正整数用一个空格分开。
【输出】
输出有三行,第一行为1出现的次数,,第二行为5出现的次数,第三行为10出现的次数。
【输入样例】
5
1 5 8 10 5
【输出样例】
1
2
1
【来源】
一本通在线评测
(11.29)周五19-240823【循环阶段测试】
- Status
- Done
- Rule
- ACM/ICPC
- Problem
- 7
- Start at
- 2024-11-29 18:45
- End at
- 2024-12-8 2:45
- Duration
- 200 hour(s)
- Host
- Partic.
- 11