首页 > rand36
头像 (́安◞౪◟排‵)
发表于 2021-02-02 22:03:15
A 你只需要一个良好的随机种子 #include<bits/stdc++.h> using namespace std; int main() { srand(1); cout<<rand()%37<<"\n"; return 0; }

等你来战

查看全部