blueloveTH d1f12ee90c up
Update 2.py

Update 2.py

up
2023-02-01 00:49:10 +08:00

4 lines
87 B
Python

import random
a = [random.randint(-100000, 100000) for i in range(1500)]
a = sorted(a)