摘要: 想批量生产数据?下面的数据生成器能满足你的愿望。 #include<bits/stdc++.h> using namespace std; namespace rad{ mt19937_64 R(time(0)); inline int Rand(int l,int r){ uniform_int_ 阅读全文
posted @ 2021-01-13 18:28 ffffyc 阅读(10) 评论(0) 推荐(0)