Сума цифр у рядку


Submit solution

Points: 100 (partial)
Time limit: 0.1s
Memory limit: 256M

Authors:
Problem type

Дано рядок цифр, який не мiстить пропуски. Порахуйте суму всіх цифр.

Вхідні дані

Дано рядок \(S\) \((1 ⩽ length(S) ⩽ 10^5)\), який складається тiльки з цифр

Вихідні дані

виведіть суму цифр

Sample 1 Input

11

Sample 1 Output

2

Sample 2 Input

54321

Sample 2 Output

15

Sample 3 Input

3

Sample 3 Output

3

Comments

There are no comments at the moment.