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