dengch

 

2023年9月20日

c++中生成随机数

摘要: #include<iostream> #include<string> #include<algorithm> #include<ctime> using namespace std; const int INF = 1e9; int main() { //设置种子 srand((unsigned) 阅读全文

posted @ 2023-09-20 12:25 BkDench 阅读(50) 评论(0) 推荐(0)

导航