提交时间:2022-07-19 12:23:31

运行 ID: 52499

#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); cout<<rand()%10; return 0; }