比赛 2024暑假C班集训D 评测结果 WWWWWWWWWW
题目名称 沼泽鳄鱼 最终得分 0
用户昵称 AeeE5x 运行时间 0.031 s
代码语言 C++ 内存使用 3.39 MiB
提交时间 2024-07-13 11:25:57
显示代码纯文本
#include<bits/stdc++.h>
#include<time.h>
#define ll long long
using namespace std;
int main(){
	freopen("swamp.in","r",stdin);
	freopen("swamp.out","w",stdout);
	
	srand(unsigned(time(NULL)));
	cout<<rand()%10000; 
	
	return 0;
}