摘要: #include <bits/stdc++.h> using namespace std; int bak[10000]; int main () { mt19937 e (time (0)); uniform_int_distribution <int> u (-10, 10);//均匀 int 阅读全文
posted @ 2022-05-26 15:59 C2022lihan 阅读(26) 评论(0) 推荐(0)