CompetitiveProgramming/src/bin/test.py

12 lines
208 B
Python
Raw Normal View History

2024-05-28 02:28:12 +01:00
from math import lcm, ceil, log
from random import choice, randint
from os import system
import io
if __name__ == '__main__':
2024-06-02 12:58:11 +01:00
n = 5000
m = 10000
t = 200000
print(n, m)
for _ in range(m):