Advertisement
densa21i1

Untitled

Mar 20th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. k = 0
  2. for i in range(n):
  3.     if a[i]>=8 and a[i]<=63 and a[i]%8 > a[i]//8:
  4.         k = k + 1
  5. print(k)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement