摘要: 常用模板 造数据 #include<bits/stdc++.h> using namespace std; int main(){ int x = 1; int y = 1000; random_device rd; mt19937 r_eng(rd());//r_eng是变量名 uniform_i 阅读全文
posted @ 2025-10-19 21:08 酱云兔 阅读(5) 评论(0) 推荐(0)