5MLE.
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
import random
|
||||
import os
|
||||
M = random.randint(10000, 100000)
|
||||
K = random.randint(10000, 100000)
|
||||
H = random.randint(10000, 100000)
|
||||
# M = 10000
|
||||
# K = 1
|
||||
# H = 1
|
||||
arr = list(range(2147483647, 2147483647 - M, -1))
|
||||
# M = random.randint(10000, 100000)
|
||||
# K = random.randint(10000, 65536)
|
||||
# H = random.randint(10000, 100000)
|
||||
M = 10
|
||||
K = 5
|
||||
H = 1
|
||||
# arr = list(range(2147483647, 2147483647 - M, -1))
|
||||
arr = list(range(0, M))
|
||||
random.shuffle(arr)
|
||||
# print(arr)
|
||||
with open('fuck.txt', 'w') as f:
|
||||
|
||||
Reference in New Issue
Block a user