提交时间:2022-07-13 12:30:04

运行 ID: 51668

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