#P206. 【例34.3】 统计数字字符个数

【例34.3】 统计数字字符个数

Description

Count the number of digit characters in a given line of text.

Input Format

A single line of string with total length not exceeding 255 characters.

Output Format

Output a single line containing the count of digit characters in the input string.

Sample

Peking University is set up at 1898.
4