x=int(input())licznik=0while x!=0: if x%5==0: licznik=licznik+1 x=int(input())print(licznik)
3 8 10 5 16 15 0
3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!