Бислан Ашинов, 530 группа AlmostRandom 6911
Хомич Дарья Максимовна, 530 AlmostRandom 18186
f1import randomf1import random
22
3def divrandom(a, b, s, p):3def divrandom(a, b, s, p):
t4    for i in range(1000):t4    for i in range(500):
5        some_rand = random.randrange(min(a, b), max(a, b) + 1, s)5        x = random.randrange(min(a, b), max(a, b) + 1, s)
6        if some_rand % p != 0:6        if x % p != 0:
7            return some_rand7            return x
8    return 08    return 0
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op