Advertisement
Kwwiker

вот

Sep 13th, 2021
1,416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. x=0
  2. for i in range(1,10000):
  3.   d=i
  4.   n=27
  5.   s=12
  6.   while s<=2019:
  7.     s+=d
  8.     n+=16
  9.   if n==171:
  10.     x+=1
  11.  
  12. print(x)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement