mirror of
https://github.com/Alexander-D-Karpov/scripts.git
synced 2024-11-22 20:06:33 +03:00
11 lines
261 B
Python
11 lines
261 B
Python
|
for a in range(10000):
|
||
|
f = True
|
||
|
for x in range(10000):
|
||
|
r = int(x & 116 != 0 or x & 92 != 0) <= int(int(x & 69 == 0) <= int(x & a != 0))
|
||
|
if not r:
|
||
|
f = False
|
||
|
break
|
||
|
if f:
|
||
|
print(a)
|
||
|
break
|