摘要: mt19937_64 rnd(random_device{}()); uniform_int_distribution<LL> dist(0, LLONG_MAX); LL x = dist(rnd); 用于生成随机数 阅读全文
posted @ 2023-03-10 18:17 nobodyL 阅读(29) 评论(0) 推荐(0)