游客 Signup | Login
中文 | En

3415 - 考试二十三:统计数字并求和

通过次数

0

提交次数

0

Time Limit : 1 秒 Memory Limit : 128 MB

输入任意位数的整数,统计位数数字小于5的个数及其和,并输出。

Input

任意位数的整数

Output

数字小于5的个数及其和,用空格隔开

Examples

Input Format

123654

Output Format

4 10