比赛 2024暑假C班集训7 评测结果 WWWWWWWWWWWWWWWWWWWW
题目名称 收益 最终得分 0
用户昵称 123 运行时间 0.072 s
代码语言 C++ 内存使用 3.43 MiB
提交时间 2024-07-07 11:07:09
显示代码纯文本
#include <bits/stdc++.h>
using namespace std;
int main() {
    srand(time(0));
    freopen("x.in","r",stdin);
    freopen("x.out","w",stdout);
    cout<<rand();
}