提交时间:2022-07-20 12:08:48
运行 ID: 52907
#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); for(int i=0; i<30; i++)cout<<100+rand()%100<<" "; // cout<<".00000000000000000000"; return 0; }