比赛 EYOI暨SBOI暑假快乐赛3rd 评测结果 WWWWWWWWWWWWWWWWWWWW
题目名称 括号序列 最终得分 0
用户昵称 ムラサメ 运行时间 0.000 s
代码语言 C++ 内存使用 0.00 MiB
提交时间 2022-06-27 11:08:48
显示代码纯文本
#include<bits/stdc++.h>
using namespace std;
int main(){
	freopen("2021bracket.in","r",stdin);
	freopen("2021bracket.out","w",stdout);
	srand((unsigned int)time(0));
	cout<<rand()%100+1<<endl;
	return 0;
}