Run ID:93814
提交时间:2024-10-19 11:30:49
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)