Ответ:
count = 0
t = int(input())
for i in range(t):
if int(input()) % 100 == 56:
count +=1
print(count)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
Ответ:
count = 0
t = int(input())
for i in range(t):
if int(input()) % 100 == 56:
count +=1
print(count)