比赛 | EYOI暨SBOI暑假快乐赛5th | 评测结果 | WWWWWWWWWW |
---|---|---|---|
题目名称 | Famil Door and Brackets | 最终得分 | 0 |
用户昵称 | op_组撒头屯 | 运行时间 | 0.000 s |
代码语言 | C++ | 内存使用 | 0.00 MiB |
提交时间 | 2022-06-29 10:40:15 | ||
#include <bits/stdc++.h> using namespace std; int main(){ freopen ("tribrackets.in","r",stdin); freopen ("tribrackets.out","w",stdout); srand(time(0)); cout<<rand()<<endl; }