提交时间:2022-07-13 11:52:53

运行 ID: 51562

#include <bits/stdc++.h> using namespace std; int main() { srand(time(0)*88); cout << rand() << endl; return 0; }