提交时间:2022-07-13 12:28:25

运行 ID: 51662

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