Problem1610--求8的个数 (课程A)

1610: 求8的个数 (课程A)

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

输入 1 个整数n,求它有几个数字是8。

Input

第一行1个整数n,范围在[1,100000000]。

Output

只一个整数。

Sample Input Copy

308482

Sample Output Copy

2

Source/Category