Rules for the exercise

1/17

Digit sum

Mix

Instructions:

Digit sum is the sum of all digits of the integer. We write DS(n).

For example: DS(483) = 4 + 8 + 3 = 15.

How much is DS(371)?

Your answer:

DS(371) = .