#207. 8的数量

8的数量

Background

Special for beginners, ^_^

Description

读入一个数,输出它里面8的数量。

Format

Input

一个数x

Output

8的数量

Samples

8080
2
8848
3

Limitation

0x109 0 \le x \le 10^9