Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
57452 氢氦锂铍硼 J4 C++ 解答错误 0 0 MS 252 KB 188 2022-10-04 11:25:18

Tests(0/20):


#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; }


测评信息: