提交时间:2022-10-04 11:25:18

运行 ID: 57452

#include<bits/stdc++.h> using namespace std; int main(){ // freopen("J4.in","r",stdin); // freopen("J4.out","w",stdout); srand(time(0)); cout<<rand()*rand()<<endl; return 0; }