提交时间:2022-10-04 11:29:56
运行 ID: 57496
#include <bits/stdc++.h> using namespace std; signed main(){ srand(time(0)); printf("%llu\n",rand()); return 0; }