100 atcoder#ABC081A. [ABC081A] Placing Marbles
[ABC081A] Placing Marbles
Score : points
Problem Statement
Snuke has a grid consisting of three squares numbered , and .
In each square, either 0
or 1
is written. The number written in Square is .
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 , and is either
1
or0
.
Input
Input is given from Standard Input in the following format:
Output
Print the answer.
101
2
- A marble will be placed on Square and .
000
0
- No marble will be placed on any square.