Ответ Проверено экспертом Автор - andreyultro Решение на языке Python:a=int(input())ch=0b=input().split()for e in range(0,(len(b))): if (abs(int(b[e])))>9 and (abs(int(b[e])))<100: ch=ch+1print(ch)