摘要: 1 //随机数(头文件random) 2 // auto random = bind(uniform_int_distribution<>{1, 6}, default_random_engine());//需要头文件functional 3 // cout << random() << endl; 阅读全文
posted @ 2021-05-02 16:21 youlj 阅读(104) 评论(0) 推荐(0) 编辑