a = float(input())
b = float(input())
c = float(input())
number = 0
if a // 1 == a:
number += 1
if b // 1 == b:
if c // 1 == c:
print(number)
a = float(input())
b = float(input())
c = float(input())
number = 0
if a // 1 == a:
number += 1
if b // 1 == b:
number += 1
if c // 1 == c:
number += 1
print(number)