Jiang XuDong
Results
2
issues of
Jiang XuDong
我写了一个这样的数据生成器: ```python from cyaron import * test_data = IO(file_prefix="small", data_id=1) n = randint(1, 4000) test_data.input_writeln(n) a = Vector.random(n, [(0, 1000)]) test_data.input_writeln(a) b = Vector.random(n, [(0, 1000)]) test_data.input_writeln(b) k = randint(1,...
as the tittle says。Can't see anything after chapter 3。 