N=int(input())licznik=0for i in range(N): x=int(input()) if 10<x<100: licznik+=1print(licznik)
5 1 2 4 11 55
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!