100 #ABC081A. [ABC081A] Placing Marbles

[ABC081A] Placing Marbles

Score : 100100 points

Problem Statement

Snuke has a grid consisting of three squares numbered 11, 22 and 33. In each square, either 0 or 1 is written. The number written in Square ii is sis_i.

Snuke will place a marble on each square that says 1. Find the number of squares on which Snuke will place a marble.

Constraints

  • Each of s1s_1, s2s_2 and s3s_3 is either 1 or 0.

Input

Input is given from Standard Input in the following format:

s1s2s3s_{1}s_{2}s_{3}

Output

Print the answer.

101
2
  • A marble will be placed on Square 11 and 33.
000
0
  • No marble will be placed on any square.