提交时间:2022-07-20 12:08:18

运行 ID: 52899

#include <bits/stdc++.h> using namespace std; int main() { srand((unsigned)time(NULL)); for(int i=0; i<30; i++)cout<<50+rand()%100<<" "; // cout<<".00000000000000000000"; return 0; }