Есть ответ 👍

ответ надо на эти вопросы: 1. What are there measures and the protection of the media?
2. Standarts and information security specifications?
3. When is founded a law on information security?

213
470
Посмотреть ответы 1

Ответы на вопрос:


Объяснение:

c = int(input())

d = list(map(int, input().split()))

counter = 0

for i in d:

   if i % 5 == 0:

       counter += 1

print(counter)

Популярно: Информатика