Problem C
Núll og tveir
Languages
en
is

Arnar and Arnar are looking at numbers together. Arnar only
likes the digit
The numbers
Now Arnar and Arnar have gathered all numbers from
Input
The first line of the input contains an integer
Output
Print how many numbers in the collection are liked by Arnar and Arnar.
Scoring
Group |
Points |
Constraints |
1 |
10 |
|
2 |
15 |
|
3 |
20 |
|
4 |
25 |
|
5 |
30 |
No further constraints |
Sample Input 1 | Sample Output 1 |
---|---|
10 |
2 |
Sample Input 2 | Sample Output 2 |
---|---|
221 |
7 |
Sample Input 3 | Sample Output 3 |
---|---|
123456 |
32 |