提交时间:2022-07-19 12:23:28
运行 ID: 52498
#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); cout<<rand()%10; return 0; }