Run ID:93815
提交时间:2024-10-19 11:31:42
a = int(input()) b = list(map(int,input().split())) c = 0 for i in b: if (i%10 - i//10%10 - i//100%10 - i%1000)>0: c = c + 1 print(c)