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