dxnge

4

Oct 27th, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. for A in range(1000):
  2.     if all((75 != 2*x + 3*y) or (A>3*x) or (A>2*y) for x in range(1000) for y in range(1000)):
  3.         print(A)
  4.         break
Add Comment
Please, Sign In to add comment